GroupId | GroupIdcom.zepben |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
annotations-1.2.0.pom | |
annotations-1.2.0.jar | 2 KB |
annotations-1.2.0-sources.jar | 2 KB |
annotations-1.2.0-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zepben/annotations/ -->
<dependency>
<groupId>com.zepben</groupId>
<artifactId>annotations</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zepben/annotations/
implementation 'com.zepben:annotations:1.2.0'
// https://jarcasting.com/artifacts/com.zepben/annotations/
implementation ("com.zepben:annotations:1.2.0")
'com.zepben:annotations:jar:1.2.0'
<dependency org="com.zepben" name="annotations" rev="1.2.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zepben', module='annotations', version='1.2.0')
)
libraryDependencies += "com.zepben" % "annotations" % "1.2.0"
[com.zepben/annotations "1.2.0"]