License |
License |
---|---|
GroupId | GroupIdhu.blackbelt.karaf.features |
ArtifactId | ArtifactIdapache-commons |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache commons karaf feature project
Karaf Apache Commons features
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
apache-commons-1.0.6.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.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/apache-commons/
implementation 'hu.blackbelt.karaf.features:apache-commons:1.0.6'
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/apache-commons/
implementation ("hu.blackbelt.karaf.features:apache-commons:1.0.6")
'hu.blackbelt.karaf.features:apache-commons:pom:1.0.6'
<dependency org="hu.blackbelt.karaf.features" name="apache-commons" rev="1.0.6">
<artifact name="apache-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.karaf.features', module='apache-commons', version='1.0.6')
)
libraryDependencies += "hu.blackbelt.karaf.features" % "apache-commons" % "1.0.6"
[hu.blackbelt.karaf.features/apache-commons "1.0.6"]