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