GroupId | GroupIdorg.metaeffekt.core |
---|---|
ArtifactId | ArtifactIdae-commons-annotation |
Version | Version0.21.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.metaeffekt.core/ae-commons-annotation/ -->
<dependency>
<groupId>org.metaeffekt.core</groupId>
<artifactId>ae-commons-annotation</artifactId>
<version>0.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.metaeffekt.core/ae-commons-annotation/
implementation 'org.metaeffekt.core:ae-commons-annotation:0.21.0'
// https://jarcasting.com/artifacts/org.metaeffekt.core/ae-commons-annotation/
implementation ("org.metaeffekt.core:ae-commons-annotation:0.21.0")
'org.metaeffekt.core:ae-commons-annotation:jar:0.21.0'
<dependency org="org.metaeffekt.core" name="ae-commons-annotation" rev="0.21.0">
<artifact name="ae-commons-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metaeffekt.core', module='ae-commons-annotation', version='0.21.0')
)
libraryDependencies += "org.metaeffekt.core" % "ae-commons-annotation" % "0.21.0"
[org.metaeffekt.core/ae-commons-annotation "0.21.0"]