GroupId | GroupIdcom.dlsc.gemsfx |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.41 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.41.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dlsc.gemsfx/parent/ -->
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>1.41</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dlsc.gemsfx/parent/
implementation 'com.dlsc.gemsfx:parent:1.41'
// https://jarcasting.com/artifacts/com.dlsc.gemsfx/parent/
implementation ("com.dlsc.gemsfx:parent:1.41")
'com.dlsc.gemsfx:parent:pom:1.41'
<dependency org="com.dlsc.gemsfx" name="parent" rev="1.41">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dlsc.gemsfx', module='parent', version='1.41')
)
libraryDependencies += "com.dlsc.gemsfx" % "parent" % "1.41"
[com.dlsc.gemsfx/parent "1.41"]