GroupId | GroupIdname.dmaus.schxslt |
---|---|
ArtifactId | ArtifactIdschxslt-parent |
Version | Version1.8 |
Type | Typepom |
Filename | Size |
---|---|
schxslt-parent-1.8.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/name.dmaus.schxslt/schxslt-parent/ -->
<dependency>
<groupId>name.dmaus.schxslt</groupId>
<artifactId>schxslt-parent</artifactId>
<version>1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/name.dmaus.schxslt/schxslt-parent/
implementation 'name.dmaus.schxslt:schxslt-parent:1.8'
// https://jarcasting.com/artifacts/name.dmaus.schxslt/schxslt-parent/
implementation ("name.dmaus.schxslt:schxslt-parent:1.8")
'name.dmaus.schxslt:schxslt-parent:pom:1.8'
<dependency org="name.dmaus.schxslt" name="schxslt-parent" rev="1.8">
<artifact name="schxslt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='name.dmaus.schxslt', module='schxslt-parent', version='1.8')
)
libraryDependencies += "name.dmaus.schxslt" % "schxslt-parent" % "1.8"
[name.dmaus.schxslt/schxslt-parent "1.8"]