Maven Coordinates
Apache Maven
<dependency> <groupId>eu.clarin.sru.fcs</groupId> <artifactId>fcs-simple-endpoint</artifactId> <version>2.0.0-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="eu.clarin.sru.fcs" name="fcs-simple-endpoint" rev="2.0.0-SNAPSHOT"> <artifact name="fcs-simple-endpoint" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='eu.clarin.sru.fcs', module='fcs-simple-endpoint', version='2.0.0-SNAPSHOT') )
Gradle/Grails
implementation 'eu.clarin.sru.fcs:fcs-simple-endpoint:2.0.0-SNAPSHOT'
Scala SBT
libraryDependencies += "eu.clarin.sru.fcs" % "fcs-simple-endpoint" % "2.0.0-SNAPSHOT"
Leiningen
[eu.clarin.sru.fcs/fcs-simple-endpoint "2.0.0-SNAPSHOT"]
