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