License |
License |
---|---|
GroupId | GroupIdcom.g2forge.alexandria |
ArtifactId | ArtifactIdax-project |
Last Version | Last Version0.0.18 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAlexandria 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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ax-project-0.0.18.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.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.alexandria/ax-project/
implementation 'com.g2forge.alexandria:ax-project:0.0.18'
// https://jarcasting.com/artifacts/com.g2forge.alexandria/ax-project/
implementation ("com.g2forge.alexandria:ax-project:0.0.18")
'com.g2forge.alexandria:ax-project:pom:0.0.18'
<dependency org="com.g2forge.alexandria" name="ax-project" rev="0.0.18">
<artifact name="ax-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.alexandria', module='ax-project', version='0.0.18')
)
libraryDependencies += "com.g2forge.alexandria" % "ax-project" % "0.0.18"
[com.g2forge.alexandria/ax-project "0.0.18"]
Group / Artifact | Type | Version |
---|---|---|
com.g2forge.alexandria : ax-java | jar | 0.0.18 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
com.g2forge.alexandria : ax-test | jar | 0.0.18 |
junit : junit | jar | 4.13.1 |