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