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