Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdname.dmaus.schxslt |
ArtifactId | ArtifactIdtestsuite-cli |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
testsuite-cli-1.6.pom | |
testsuite-cli-1.6.jar | 5 KB |
testsuite-cli-1.6-sources.jar | 5 KB |
testsuite-cli-1.6-javadoc.jar | 23 KB |
testsuite-cli-1.6-jar-with-dependencies.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/name.dmaus.schxslt/testsuite-cli/ -->
<dependency>
<groupId>name.dmaus.schxslt</groupId>
<artifactId>testsuite-cli</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/name.dmaus.schxslt/testsuite-cli/
implementation 'name.dmaus.schxslt:testsuite-cli:1.6'
// https://jarcasting.com/artifacts/name.dmaus.schxslt/testsuite-cli/
implementation ("name.dmaus.schxslt:testsuite-cli:1.6")
'name.dmaus.schxslt:testsuite-cli:jar:1.6'
<dependency org="name.dmaus.schxslt" name="testsuite-cli" rev="1.6">
<artifact name="testsuite-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.dmaus.schxslt', module='testsuite-cli', version='1.6')
)
libraryDependencies += "name.dmaus.schxslt" % "testsuite-cli" % "1.6"
[name.dmaus.schxslt/testsuite-cli "1.6"]