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