License |
License |
---|---|
GroupId | GroupIdorg.lappsgrid |
ArtifactId | ArtifactIdannotations |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLAPPS Annotations
Java Annotations used in source code.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotations-1.4.0.pom | |
annotations-1.4.0.jar | 8 MB |
annotations-1.4.0-sources.jar | 16 KB |
annotations-1.4.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lappsgrid/annotations/ -->
<dependency>
<groupId>org.lappsgrid</groupId>
<artifactId>annotations</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lappsgrid/annotations/
implementation 'org.lappsgrid:annotations:1.4.0'
// https://jarcasting.com/artifacts/org.lappsgrid/annotations/
implementation ("org.lappsgrid:annotations:1.4.0")
'org.lappsgrid:annotations:jar:1.4.0'
<dependency org="org.lappsgrid" name="annotations" rev="1.4.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lappsgrid', module='annotations', version='1.4.0')
)
libraryDependencies += "org.lappsgrid" % "annotations" % "1.4.0"
[org.lappsgrid/annotations "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.lappsgrid : metadata | jar | 1.4.0 |
org.lappsgrid : discriminator | jar | 2.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |