GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
annotations-3.0.0.pom | 655 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/annotations/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>annotations</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/annotations/
implementation 'org.overturetool.core:annotations:3.0.0'
// https://jarcasting.com/artifacts/org.overturetool.core/annotations/
implementation ("org.overturetool.core:annotations:3.0.0")
'org.overturetool.core:annotations:pom:3.0.0'
<dependency org="org.overturetool.core" name="annotations" rev="3.0.0">
<artifact name="annotations" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='annotations', version='3.0.0')
)
libraryDependencies += "org.overturetool.core" % "annotations" % "3.0.0"
[org.overturetool.core/annotations "3.0.0"]