GroupId | GroupIdde.bytefish.fcmjava |
---|---|
ArtifactId | ArtifactIdfcmjava-core |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
fcmjava-core-2.2.pom | |
fcmjava-core-2.2.jar | 35 KB |
fcmjava-core-2.2-sources.jar | 26 KB |
fcmjava-core-2.2-javadoc.jar | 295 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-core/ -->
<dependency>
<groupId>de.bytefish.fcmjava</groupId>
<artifactId>fcmjava-core</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-core/
implementation 'de.bytefish.fcmjava:fcmjava-core:2.2'
// https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-core/
implementation ("de.bytefish.fcmjava:fcmjava-core:2.2")
'de.bytefish.fcmjava:fcmjava-core:jar:2.2'
<dependency org="de.bytefish.fcmjava" name="fcmjava-core" rev="2.2">
<artifact name="fcmjava-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.fcmjava', module='fcmjava-core', version='2.2')
)
libraryDependencies += "de.bytefish.fcmjava" % "fcmjava-core" % "2.2"
[de.bytefish.fcmjava/fcmjava-core "2.2"]