is not current version
Last Version 8.9.2

com.cedarsoft:annotations 1.0


GroupId

GroupId

com.cedarsoft
ArtifactId

ArtifactId

annotations
Version

Version

1.0
Type

Type

jar

Download annotations 1.0


<!-- https://jarcasting.com/artifacts/com.cedarsoft/annotations/ -->
<dependency>
    <groupId>com.cedarsoft</groupId>
    <artifactId>annotations</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/annotations/
implementation 'com.cedarsoft:annotations:1.0'
// https://jarcasting.com/artifacts/com.cedarsoft/annotations/
implementation ("com.cedarsoft:annotations:1.0")
'com.cedarsoft:annotations:jar:1.0'
<dependency org="com.cedarsoft" name="annotations" rev="1.0">
  <artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='annotations', version='1.0')
)
libraryDependencies += "com.cedarsoft" % "annotations" % "1.0"
[com.cedarsoft/annotations "1.0"]