GroupId | GroupIdhu.blackbelt.osgi.filestore |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.0.0.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.blackbelt.osgi.filestore/parent/ -->
<dependency>
<groupId>hu.blackbelt.osgi.filestore</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.osgi.filestore/parent/
implementation 'hu.blackbelt.osgi.filestore:parent:1.0.0'
// https://jarcasting.com/artifacts/hu.blackbelt.osgi.filestore/parent/
implementation ("hu.blackbelt.osgi.filestore:parent:1.0.0")
'hu.blackbelt.osgi.filestore:parent:pom:1.0.0'
<dependency org="hu.blackbelt.osgi.filestore" name="parent" rev="1.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.osgi.filestore', module='parent', version='1.0.0')
)
libraryDependencies += "hu.blackbelt.osgi.filestore" % "parent" % "1.0.0"
[hu.blackbelt.osgi.filestore/parent "1.0.0"]