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