Last Version

XApi - Dev uber jar 0.5

Everything needed to run a comprehensive dev environment. Just type X_ and pick a service from autocomplete; new dev modules will be added as they are built. The only dev service not included in the uber jar is xapi-dev-maven, as it includes all runtime dependencies of maven, adding ~4 seconds to build time, and 6 megabytes to the final output jar size (without xapi-dev-maven, it's ~1MB).

License

License

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-dev
Version

Version

0.5
Type

Type

jar
Description

Description

XApi - Dev uber jar
Everything needed to run a comprehensive dev environment. Just type X_ and pick a service from autocomplete; new dev modules will be added as they are built. The only dev service not included in the uber jar is xapi-dev-maven, as it includes all runtime dependencies of maven, adding ~4 seconds to build time, and 6 megabytes to the final output jar size (without xapi-dev-maven, it's ~1MB).
Project Organization

Project Organization

The Internet Party

Download xapi-dev 0.5


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

Dependencies

test (1)

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

Project Modules

There are no modules declared in this project.