License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.wetheinter |
ArtifactId | ArtifactIdxapi-core-model |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionXApi - Data model core API
The core shared classes used by any code which needs model support.
|
Project Organization |
Project OrganizationThe Internet Party |
Filename | Size |
---|---|
xapi-core-model-0.5.pom | |
xapi-core-model-0.5.jar | 91 KB |
xapi-core-model-0.5-tests.jar | 16 KB |
xapi-core-model-0.5-sources.jar | 46 KB |
xapi-core-model-0.5-javadoc.jar | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-core-model/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>xapi-core-model</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-model/
implementation 'net.wetheinter:xapi-core-model:0.5'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-model/
implementation ("net.wetheinter:xapi-core-model:0.5")
'net.wetheinter:xapi-core-model:jar:0.5'
<dependency org="net.wetheinter" name="xapi-core-model" rev="0.5">
<artifact name="xapi-core-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-core-model', version='0.5')
)
libraryDependencies += "net.wetheinter" % "xapi-core-model" % "0.5"
[net.wetheinter/xapi-core-model "0.5"]
Group / Artifact | Type | Version |
---|---|---|
net.wetheinter : xapi-core-collect | jar | 0.5 |
net.wetheinter : xapi-dev-source | jar | 0.5 |
net.wetheinter : xapi-dev-bytecode | jar | 0.5 |
Group / Artifact | Type | Version |
---|---|---|
net.wetheinter : xapi-jre-inject | jar | 0.5 |
junit : junit | jar | 4.12 |