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