GroupId | GroupIdde.bytefish.fcmjava |
---|---|
ArtifactId | ArtifactIdfcmjava-core |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
fcmjava-core-2.3.pom | |
fcmjava-core-2.3.jar | 35 KB |
fcmjava-core-2.3-sources.jar | 26 KB |
fcmjava-core-2.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-core/
implementation 'de.bytefish.fcmjava:fcmjava-core:2.3'
// https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-core/
implementation ("de.bytefish.fcmjava:fcmjava-core:2.3")
'de.bytefish.fcmjava:fcmjava-core:jar:2.3'
<dependency org="de.bytefish.fcmjava" name="fcmjava-core" rev="2.3">
<artifact name="fcmjava-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.fcmjava', module='fcmjava-core', version='2.3')
)
libraryDependencies += "de.bytefish.fcmjava" % "fcmjava-core" % "2.3"
[de.bytefish.fcmjava/fcmjava-core "2.3"]