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