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