is not current version
Last Version 1.4.0

org.lappsgrid:annotations 1.1.0

Java Annotations used in source code.

GroupId

GroupId

org.lappsgrid
ArtifactId

ArtifactId

annotations
Version

Version

1.1.0
Type

Type

jar

Download annotations 1.1.0


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