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