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