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