is not current version
Last Version 1.0.11

org.litesoft:annotations 1.0.2

A set of Java Annotations primarily used for documenting contractual obligations and expectations

GroupId

GroupId

org.litesoft
ArtifactId

ArtifactId

annotations
Version

Version

1.0.2
Type

Type

jar

Download annotations 1.0.2


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