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