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