is not current version
Last Version 2.5.0

net.java.truecommons:truecommons-annotations 2.2

Provides common annotations with processors. You should use the scope "provided" when adding this module as a dependency.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truecommons
ArtifactId

ArtifactId

truecommons-annotations
Version

Version

2.2
Type

Type

jar

Download truecommons-annotations 2.2


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