GroupId | GroupIdorg.lappsgrid |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
annotations-1.3.0.pom | |
annotations-1.3.0.jar | 22 KB |
annotations-1.3.0-sources.jar | 18 KB |
annotations-1.3.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lappsgrid/annotations/ -->
<dependency>
<groupId>org.lappsgrid</groupId>
<artifactId>annotations</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lappsgrid/annotations/
implementation 'org.lappsgrid:annotations:1.3.0'
// https://jarcasting.com/artifacts/org.lappsgrid/annotations/
implementation ("org.lappsgrid:annotations:1.3.0")
'org.lappsgrid:annotations:jar:1.3.0'
<dependency org="org.lappsgrid" name="annotations" rev="1.3.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lappsgrid', module='annotations', version='1.3.0')
)
libraryDependencies += "org.lappsgrid" % "annotations" % "1.3.0"
[org.lappsgrid/annotations "1.3.0"]