GroupId | GroupIdorg.jbrew.core |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version0.1.0-beta.5 |
Type | Typejar |
Filename | Size |
---|---|
annotations-0.1.0-beta.5.pom | |
annotations-0.1.0-beta.5.jar | 3 KB |
annotations-0.1.0-beta.5-sources.jar | 4 KB |
annotations-0.1.0-beta.5-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbrew.core/annotations/ -->
<dependency>
<groupId>org.jbrew.core</groupId>
<artifactId>annotations</artifactId>
<version>0.1.0-beta.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbrew.core/annotations/
implementation 'org.jbrew.core:annotations:0.1.0-beta.5'
// https://jarcasting.com/artifacts/org.jbrew.core/annotations/
implementation ("org.jbrew.core:annotations:0.1.0-beta.5")
'org.jbrew.core:annotations:jar:0.1.0-beta.5'
<dependency org="org.jbrew.core" name="annotations" rev="0.1.0-beta.5">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbrew.core', module='annotations', version='0.1.0-beta.5')
)
libraryDependencies += "org.jbrew.core" % "annotations" % "0.1.0-beta.5"
[org.jbrew.core/annotations "0.1.0-beta.5"]