a

ax-project

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.
Files download
File Operation
ax-project-0.0.15.pom download
Apache Maven
<dependency>
  <groupId>com.g2forge.alexandria</groupId>
  <artifactId>ax-project</artifactId>
  <version>0.0.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.g2forge.alexandria:ax-project:0.0.15'
Gradle Kotlin
implementation("com.g2forge.alexandria:ax-project:0.0.15")
Scala SBT
libraryDependencies += "com.g2forge.alexandria" % "ax-project" % "0.0.15"
Groovy Grape
@Grapes(
  @Grab(group='com.g2forge.alexandria', module='ax-project', version='0.0.15')
)
Apache Ivy
<dependency org="com.g2forge.alexandria" name="ax-project" rev="0.0.15" />
Leiningen
[com.g2forge.alexandria/ax-project "0.0.15"]
Apache Buildr
'com.g2forge.alexandria:ax-project:jar:0.0.15'