is not current version
Last Version 0.0.18

com.g2forge.alexandria:ax-project 0.0.5

Parent project for most of the code in Alexandria. Note that while g2forge repositories always have a "xx-project", Alexandria also has "ax-root" due to the need to avoid circular dependencies of this base library.

GroupId

GroupId

com.g2forge.alexandria
ArtifactId

ArtifactId

ax-project
Version

Version

0.0.5
Type

Type

pom

Download ax-project 0.0.5

Filename Size
ax-project-0.0.5.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/com.g2forge.alexandria/ax-project/ -->
<dependency>
    <groupId>com.g2forge.alexandria</groupId>
    <artifactId>ax-project</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.alexandria/ax-project/
implementation 'com.g2forge.alexandria:ax-project:0.0.5'
// https://jarcasting.com/artifacts/com.g2forge.alexandria/ax-project/
implementation ("com.g2forge.alexandria:ax-project:0.0.5")
'com.g2forge.alexandria:ax-project:pom:0.0.5'
<dependency org="com.g2forge.alexandria" name="ax-project" rev="0.0.5">
  <artifact name="ax-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.alexandria', module='ax-project', version='0.0.5')
)
libraryDependencies += "com.g2forge.alexandria" % "ax-project" % "0.0.5"
[com.g2forge.alexandria/ax-project "0.0.5"]