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