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