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