Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.testxng |
ArtifactId | ArtifactIdcommand-line |
Version | Version0.7.99.1 |
Type | Typejar |
Filename | Size |
---|---|
command-line-0.7.99.1.pom | |
command-line-0.7.99.1.jar | 3 KB |
command-line-0.7.99.1-sources.jar | 1 KB |
command-line-0.7.99.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.testxng/command-line/ -->
<dependency>
<groupId>net.sourceforge.testxng</groupId>
<artifactId>command-line</artifactId>
<version>0.7.99.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.testxng/command-line/
implementation 'net.sourceforge.testxng:command-line:0.7.99.1'
// https://jarcasting.com/artifacts/net.sourceforge.testxng/command-line/
implementation ("net.sourceforge.testxng:command-line:0.7.99.1")
'net.sourceforge.testxng:command-line:jar:0.7.99.1'
<dependency org="net.sourceforge.testxng" name="command-line" rev="0.7.99.1">
<artifact name="command-line" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.testxng', module='command-line', version='0.7.99.1')
)
libraryDependencies += "net.sourceforge.testxng" % "command-line" % "0.7.99.1"
[net.sourceforge.testxng/command-line "0.7.99.1"]