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