is not current version
Last Version 0.0.18

com.g2forge.alexandria:alexandria 0.0.3

A standard library of commonly used Java code.

GroupId

GroupId

com.g2forge.alexandria
ArtifactId

ArtifactId

alexandria
Version

Version

0.0.3
Type

Type

pom

Download alexandria 0.0.3

Filename Size
alexandria-0.0.3.pom 1 KB
Browse

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