is not current version
Last Version 1.0.11

org.litesoft:annotations 1.0.3

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

GroupId

GroupId

org.litesoft
ArtifactId

ArtifactId

annotations
Version

Version

1.0.3
Type

Type

jar

Download annotations 1.0.3


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