is not current version
Last Version 0.5

net.wetheinter:xapi-core-parent 0.3

This is the main aggregator for all implementation code shared between modules. Each module contains one or more service interfaces, exposed statically using "X_" prefixed classes. Core modules will define their API interfaces, their static accessor, and often a "plain-jre" default implementations which can be replaced by injection override for performance or compatibility reasons. There must be zero external dependencies in any core modules. A low-performance, low-feature default which can be replaced with as much gold plating as you want is preferred over thick, dependency-ridden shared inherits.

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-core-parent
Version

Version

0.3
Type

Type

pom

Download xapi-core-parent 0.3

Filename Size
xapi-core-parent-0.3.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-core-parent/ -->
<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-core-parent</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-parent/
implementation 'net.wetheinter:xapi-core-parent:0.3'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-parent/
implementation ("net.wetheinter:xapi-core-parent:0.3")
'net.wetheinter:xapi-core-parent:pom:0.3'
<dependency org="net.wetheinter" name="xapi-core-parent" rev="0.3">
  <artifact name="xapi-core-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-core-parent', version='0.3')
)
libraryDependencies += "net.wetheinter" % "xapi-core-parent" % "0.3"
[net.wetheinter/xapi-core-parent "0.3"]