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