GroupId | GroupIdhu.blackbelt.karaf.features |
---|---|
ArtifactId | ArtifactIdapache-commons |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
apache-commons-1.0.3.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/apache-commons/ -->
<dependency>
<groupId>hu.blackbelt.karaf.features</groupId>
<artifactId>apache-commons</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/apache-commons/
implementation 'hu.blackbelt.karaf.features:apache-commons:1.0.3'
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/apache-commons/
implementation ("hu.blackbelt.karaf.features:apache-commons:1.0.3")
'hu.blackbelt.karaf.features:apache-commons:pom:1.0.3'
<dependency org="hu.blackbelt.karaf.features" name="apache-commons" rev="1.0.3">
<artifact name="apache-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.karaf.features', module='apache-commons', version='1.0.3')
)
libraryDependencies += "hu.blackbelt.karaf.features" % "apache-commons" % "1.0.3"
[hu.blackbelt.karaf.features/apache-commons "1.0.3"]