License |
License |
---|---|
GroupId | GroupIdno.difi.move-common |
ArtifactId | ArtifactIdannotation |
Last Version | Last Version1.16.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
annotation-1.16.0.pom | |
annotation-1.16.0.jar | 9 KB |
annotation-1.16.0-sources.jar | 6 KB |
annotation-1.16.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.difi.move-common/annotation/ -->
<dependency>
<groupId>no.difi.move-common</groupId>
<artifactId>annotation</artifactId>
<version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.difi.move-common/annotation/
implementation 'no.difi.move-common:annotation:1.16.0'
// https://jarcasting.com/artifacts/no.difi.move-common/annotation/
implementation ("no.difi.move-common:annotation:1.16.0")
'no.difi.move-common:annotation:jar:1.16.0'
<dependency org="no.difi.move-common" name="annotation" rev="1.16.0">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.difi.move-common', module='annotation', version='1.16.0')
)
libraryDependencies += "no.difi.move-common" % "annotation" % "1.16.0"
[no.difi.move-common/annotation "1.16.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
javax.validation : validation-api | jar | 2.0.1.Final |