Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.wetheinter |
ArtifactId | ArtifactIdxapi-core-test |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
xapi-core-test-0.3.pom | |
xapi-core-test-0.3.jar | 9 KB |
xapi-core-test-0.3-sources.jar | 7 KB |
xapi-core-test-0.3-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-core-test/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>xapi-core-test</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-test/
implementation 'net.wetheinter:xapi-core-test:0.3'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-test/
implementation ("net.wetheinter:xapi-core-test:0.3")
'net.wetheinter:xapi-core-test:jar:0.3'
<dependency org="net.wetheinter" name="xapi-core-test" rev="0.3">
<artifact name="xapi-core-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-core-test', version='0.3')
)
libraryDependencies += "net.wetheinter" % "xapi-core-test" % "0.3"
[net.wetheinter/xapi-core-test "0.3"]