is not current version
Last Version 0.5

net.wetheinter:xapi-core-util 0.4

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 or X_Reflect unless they are needed to perform a task. For example, ReflectionService and it's default implementation don't have to know about X_Inject, but it's public service X_Reflect does. So, the implementation goes in xapi-core-reflect, and the static accessor goes in xapi-core-util.

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-core-util
Version

Version

0.4
Type

Type

jar

Download xapi-core-util 0.4


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