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