| License |
License
GPLv3 with Classpath Exception
|
|---|---|
| GroupId | GroupIdcom.cedarsoft.annotations |
| ArtifactId | ArtifactIdannotations-parent |
| Version | Version8.9.0 |
| Type | Typejar |
| Description |
Descriptionannotations.Parent
Parent for the annotations project
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| annotations-parent-8.9.0.pom | 829 bytes |
| annotations-parent-8.9.0-tests.jar | 1 KB |
| annotations-parent-8.9.0-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.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/annotations-parent/
implementation 'com.cedarsoft.annotations:annotations-parent:8.9.0'
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/annotations-parent/
implementation ("com.cedarsoft.annotations:annotations-parent:8.9.0")
'com.cedarsoft.annotations:annotations-parent:jar:8.9.0'
<dependency org="com.cedarsoft.annotations" name="annotations-parent" rev="8.9.0">
<artifact name="annotations-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.annotations', module='annotations-parent', version='8.9.0')
)
libraryDependencies += "com.cedarsoft.annotations" % "annotations-parent" % "8.9.0"
[com.cedarsoft.annotations/annotations-parent "8.9.0"]