Last Version

XApi - Public services exposed by XApi core 0.5

This module contains static services and default implementations for other core services. In order to keep core dependencies as clean as possible, we avoid accessing helpers like X_Inject so users can choose when / if they inherit larger dependencies.

License

License

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-core-util
Version

Version

0.5
Type

Type

jar
Description

Description

XApi - Public services exposed by XApi core
This module contains static services and default implementations for other core services. In order to keep core dependencies as clean as possible, we avoid accessing helpers like X_Inject so users can choose when / if they inherit larger dependencies.
Project Organization

Project Organization

The Internet Party

Download xapi-core-util 0.5


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

Dependencies

compile (2)

Group / Artifact Type Version
net.wetheinter : xapi-core-inject jar 0.5
net.wetheinter : xapi-core-reflect jar 0.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.