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