GroupId | GroupIdcom.cedarsoft |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version8.9.0 |
Type | Typejar |
Filename | Size |
---|---|
annotations-8.9.0.pom | |
annotations-8.9.0.jar | 14 KB |
annotations-8.9.0-tests.jar | 4 KB |
annotations-8.9.0-sources.jar | 20 KB |
annotations-8.9.0-javadoc.jar | 338 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/annotations/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>annotations</artifactId>
<version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/annotations/
implementation 'com.cedarsoft:annotations:8.9.0'
// https://jarcasting.com/artifacts/com.cedarsoft/annotations/
implementation ("com.cedarsoft:annotations:8.9.0")
'com.cedarsoft:annotations:jar:8.9.0'
<dependency org="com.cedarsoft" name="annotations" rev="8.9.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='annotations', version='8.9.0')
)
libraryDependencies += "com.cedarsoft" % "annotations" % "8.9.0"
[com.cedarsoft/annotations "8.9.0"]