is not current version
Last Version 0.0.18

com.g2forge.alexandria:ax-annotations 0.0.3

A general set of developer-relevant annotations and a processor for them. Includes annotations like TODO and Hack to mark relevant code.

GroupId

GroupId

com.g2forge.alexandria
ArtifactId

ArtifactId

ax-annotations
Version

Version

0.0.3
Type

Type

jar

Download ax-annotations 0.0.3


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