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