GroupId | GroupIdme.atam |
---|---|
ArtifactId | ArtifactIdatam4j-annotations |
Version | Version0.55 |
Type | Typejar |
Filename | Size |
---|---|
atam4j-annotations-0.55.pom | |
atam4j-annotations-0.55.jar | 2 KB |
atam4j-annotations-0.55-sources.jar | 1 KB |
atam4j-annotations-0.55-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.atam/atam4j-annotations/ -->
<dependency>
<groupId>me.atam</groupId>
<artifactId>atam4j-annotations</artifactId>
<version>0.55</version>
</dependency>
// https://jarcasting.com/artifacts/me.atam/atam4j-annotations/
implementation 'me.atam:atam4j-annotations:0.55'
// https://jarcasting.com/artifacts/me.atam/atam4j-annotations/
implementation ("me.atam:atam4j-annotations:0.55")
'me.atam:atam4j-annotations:jar:0.55'
<dependency org="me.atam" name="atam4j-annotations" rev="0.55">
<artifact name="atam4j-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.atam', module='atam4j-annotations', version='0.55')
)
libraryDependencies += "me.atam" % "atam4j-annotations" % "0.55"
[me.atam/atam4j-annotations "0.55"]