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