is not current version
Last Version 1.3.0

com.zepben:annotations 1.2.0

Annotations used by Zepben projects

GroupId

GroupId

com.zepben
ArtifactId

ArtifactId

annotations
Version

Version

1.2.0
Type

Type

jar

Download annotations 1.2.0


<!-- 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"]