GroupId | GroupIdcom.dlsc.gemsfx |
---|---|
ArtifactId | ArtifactIdgemsfx |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
gemsfx-1.2.0.pom | |
gemsfx-1.2.0.jar | 276 KB |
gemsfx-1.2.0-sources.jar | 225 KB |
gemsfx-1.2.0-javadoc.jar | 640 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dlsc.gemsfx/gemsfx/ -->
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dlsc.gemsfx/gemsfx/
implementation 'com.dlsc.gemsfx:gemsfx:1.2.0'
// https://jarcasting.com/artifacts/com.dlsc.gemsfx/gemsfx/
implementation ("com.dlsc.gemsfx:gemsfx:1.2.0")
'com.dlsc.gemsfx:gemsfx:jar:1.2.0'
<dependency org="com.dlsc.gemsfx" name="gemsfx" rev="1.2.0">
<artifact name="gemsfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dlsc.gemsfx', module='gemsfx', version='1.2.0')
)
libraryDependencies += "com.dlsc.gemsfx" % "gemsfx" % "1.2.0"
[com.dlsc.gemsfx/gemsfx "1.2.0"]