x

xapi-core-util

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.
WeTheInter.net
Files download
File Operation
xapi-core-util-0.4.jar download
xapi-core-util-0.4.pom download
xapi-core-util-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.wetheinter</groupId>
  <artifactId>xapi-core-util</artifactId>
  <version>0.4</version>
</dependency>
Gradle Groovy
implementation 'net.wetheinter:xapi-core-util:0.4'
Gradle Kotlin
implementation("net.wetheinter:xapi-core-util:0.4")
Scala SBT
libraryDependencies += "net.wetheinter" % "xapi-core-util" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='net.wetheinter', module='xapi-core-util', version='0.4')
)
Apache Ivy
<dependency org="net.wetheinter" name="xapi-core-util" rev="0.4" />
Leiningen
[net.wetheinter/xapi-core-util "0.4"]
Apache Buildr
'net.wetheinter:xapi-core-util:jar:0.4'