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