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