GroupId | GroupIdcom.github.cwilper.fcrepo-misc |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.0.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.0.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cwilper.fcrepo-misc/parent/ -->
<dependency>
<groupId>com.github.cwilper.fcrepo-misc</groupId>
<artifactId>parent</artifactId>
<version>0.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cwilper.fcrepo-misc/parent/
implementation 'com.github.cwilper.fcrepo-misc:parent:0.0.0'
// https://jarcasting.com/artifacts/com.github.cwilper.fcrepo-misc/parent/
implementation ("com.github.cwilper.fcrepo-misc:parent:0.0.0")
'com.github.cwilper.fcrepo-misc:parent:pom:0.0.0'
<dependency org="com.github.cwilper.fcrepo-misc" name="parent" rev="0.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cwilper.fcrepo-misc', module='parent', version='0.0.0')
)
libraryDependencies += "com.github.cwilper.fcrepo-misc" % "parent" % "0.0.0"
[com.github.cwilper.fcrepo-misc/parent "0.0.0"]