a

af-csn-server

Top level pom for software aimed at produing a web server for determining if an applicant is eligible for Swedish Governmental Drivers License Loan (Körkortslån) and Student Starting Contribution ("Studiestartstöd")
malmin.se
MIT License
M Almin
Files download
File Operation
af-csn-server-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>se.malmin.informationssamverkan</groupId>
  <artifactId>af-csn-server</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'se.malmin.informationssamverkan:af-csn-server:0.1.0'
Gradle Kotlin
implementation("se.malmin.informationssamverkan:af-csn-server:0.1.0")
Scala SBT
libraryDependencies += "se.malmin.informationssamverkan" % "af-csn-server" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='se.malmin.informationssamverkan', module='af-csn-server', version='0.1.0')
)
Apache Ivy
<dependency org="se.malmin.informationssamverkan" name="af-csn-server" rev="0.1.0" />
Leiningen
[se.malmin.informationssamverkan/af-csn-server "0.1.0"]
Apache Buildr
'se.malmin.informationssamverkan:af-csn-server:jar:0.1.0'