is not current version
Last Version 0.5

net.wetheinter:xapi-server-api 0.4

Common utilities and service abstractions for standard servlets in a plain jvm. Good enough for testing and development, and overridable to adapt to your server environment.

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-server-api
Version

Version

0.4
Type

Type

jar

Download xapi-server-api 0.4


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