License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.wetheinter |
ArtifactId | ArtifactIdxapi-jre-parent |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionXApi - Jre SuperPom
This is the main aggregator for all jre submodules.
It will contain all of the default implementations for all java runtimes,
and leave extension points for any cross-platform differences between
restricted platforms, like android, appengine or servlet environments.
|
Project Organization |
Project OrganizationThe Internet Party |
Filename | Size |
---|---|
xapi-jre-parent-0.5.pom | 1 KB |
xapi-jre-parent-0.5-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-jre-parent/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>xapi-jre-parent</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-jre-parent/
implementation 'net.wetheinter:xapi-jre-parent:0.5'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-jre-parent/
implementation ("net.wetheinter:xapi-jre-parent:0.5")
'net.wetheinter:xapi-jre-parent:jar:0.5'
<dependency org="net.wetheinter" name="xapi-jre-parent" rev="0.5">
<artifact name="xapi-jre-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-jre-parent', version='0.5')
)
libraryDependencies += "net.wetheinter" % "xapi-jre-parent" % "0.5"
[net.wetheinter/xapi-jre-parent "0.5"]