is not current version
Last Version 2.5.0

net.java.truecommons:truecommons-annotations 2.3.4

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.3.4
Type

Type

jar

Download truecommons-annotations 2.3.4


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