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