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