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