GroupId | GroupIdeu.fbk.fcw |
---|---|
ArtifactId | ArtifactIdfcw-udpipe-api |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
fcw-udpipe-api-0.1.pom | |
fcw-udpipe-api-0.1.jar | 17 KB |
fcw-udpipe-api-0.1-tests.jar | 3 KB |
fcw-udpipe-api-0.1-sources.jar | 6 KB |
fcw-udpipe-api-0.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-udpipe-api/ -->
<dependency>
<groupId>eu.fbk.fcw</groupId>
<artifactId>fcw-udpipe-api</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-udpipe-api/
implementation 'eu.fbk.fcw:fcw-udpipe-api:0.1'
// https://jarcasting.com/artifacts/eu.fbk.fcw/fcw-udpipe-api/
implementation ("eu.fbk.fcw:fcw-udpipe-api:0.1")
'eu.fbk.fcw:fcw-udpipe-api:jar:0.1'
<dependency org="eu.fbk.fcw" name="fcw-udpipe-api" rev="0.1">
<artifact name="fcw-udpipe-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.fcw', module='fcw-udpipe-api', version='0.1')
)
libraryDependencies += "eu.fbk.fcw" % "fcw-udpipe-api" % "0.1"
[eu.fbk.fcw/fcw-udpipe-api "0.1"]