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