GroupId | GroupIdorg.bitbucket.cowwoc.requirements |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version5.2.0 |
Type | Typejar |
Filename | Size |
---|---|
annotations-5.2.0.pom | |
annotations-5.2.0.jar | 3 KB |
annotations-5.2.0-sources.jar | 3 KB |
annotations-5.2.0-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/annotations/ -->
<dependency>
<groupId>org.bitbucket.cowwoc.requirements</groupId>
<artifactId>annotations</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/annotations/
implementation 'org.bitbucket.cowwoc.requirements:annotations:5.2.0'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/annotations/
implementation ("org.bitbucket.cowwoc.requirements:annotations:5.2.0")
'org.bitbucket.cowwoc.requirements:annotations:jar:5.2.0'
<dependency org="org.bitbucket.cowwoc.requirements" name="annotations" rev="5.2.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc.requirements', module='annotations', version='5.2.0')
)
libraryDependencies += "org.bitbucket.cowwoc.requirements" % "annotations" % "5.2.0"
[org.bitbucket.cowwoc.requirements/annotations "5.2.0"]