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