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