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