<dependency> <groupId>eu.clarin.sru.fcs</groupId> <artifactId>fcs-simple-endpoint</artifactId> <version>1.8.0-SNAPSHOT</version> </dependency>
<dependency org="eu.clarin.sru.fcs" name="fcs-simple-endpoint" rev="1.8.0-SNAPSHOT"> <artifact name="fcs-simple-endpoint" type="jar" /> </dependency>
@Grapes( @Grab(group='eu.clarin.sru.fcs', module='fcs-simple-endpoint', version='1.8.0-SNAPSHOT') )
implementation 'eu.clarin.sru.fcs:fcs-simple-endpoint:1.8.0-SNAPSHOT'
libraryDependencies += "eu.clarin.sru.fcs" % "fcs-simple-endpoint" % "1.8.0-SNAPSHOT"
[eu.clarin.sru.fcs/fcs-simple-endpoint "1.8.0-SNAPSHOT"]