is not current version
Last Version 8.5.1

com.cedarsoft.annotations:parent 8.1.0

Parent for the annotations project

GroupId

GroupId

com.cedarsoft.annotations
ArtifactId

ArtifactId

parent
Version

Version

8.1.0
Type

Type

jar

Download parent 8.1.0


<!-- https://jarcasting.com/artifacts/com.cedarsoft.annotations/parent/ -->
<dependency>
    <groupId>com.cedarsoft.annotations</groupId>
    <artifactId>parent</artifactId>
    <version>8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/parent/
implementation 'com.cedarsoft.annotations:parent:8.1.0'
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/parent/
implementation ("com.cedarsoft.annotations:parent:8.1.0")
'com.cedarsoft.annotations:parent:jar:8.1.0'
<dependency org="com.cedarsoft.annotations" name="parent" rev="8.1.0">
  <artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.annotations', module='parent', version='8.1.0')
)
libraryDependencies += "com.cedarsoft.annotations" % "parent" % "8.1.0"
[com.cedarsoft.annotations/parent "8.1.0"]