GroupId | GroupIdcom.cedarsoft.annotations |
---|---|
ArtifactId | ArtifactIdannotations-parent |
Version | Version8.8.1 |
Type | Typejar |
Filename | Size |
---|---|
annotations-parent-8.8.1.pom | 829 bytes |
annotations-parent-8.8.1-tests.jar | 1 KB |
annotations-parent-8.8.1-site.xml | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.annotations/annotations-parent/ -->
<dependency>
<groupId>com.cedarsoft.annotations</groupId>
<artifactId>annotations-parent</artifactId>
<version>8.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/annotations-parent/
implementation 'com.cedarsoft.annotations:annotations-parent:8.8.1'
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/annotations-parent/
implementation ("com.cedarsoft.annotations:annotations-parent:8.8.1")
'com.cedarsoft.annotations:annotations-parent:jar:8.8.1'
<dependency org="com.cedarsoft.annotations" name="annotations-parent" rev="8.8.1">
<artifact name="annotations-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.annotations', module='annotations-parent', version='8.8.1')
)
libraryDependencies += "com.cedarsoft.annotations" % "annotations-parent" % "8.8.1"
[com.cedarsoft.annotations/annotations-parent "8.8.1"]