Skip to content

FINTmodels/fint-pwfa-model

Repository files navigation

Play-With-FINT-Adapter models

repositories {
    maven {
        url  "https://repo.fintlabs.no/releases" 
    }
}

compile('no.fintlabs:fint-pwfa-model:0.1.0')

This is the model we're using in the Play-With-FINT-Adapter service. It containts of two models:

  • Dog
  • Owner

A dog can have an owners and an owner can have dogs.

To Play-With-FINT-Adapter see