License |
License |
---|---|
GroupId | GroupIdorg.apache.felix.commons |
ArtifactId | ArtifactIdcommons-build |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionApache Felix Commons: Build
These subprojects wrap common third-party jars as OSGi bundles.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-build-1.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.felix.commons/commons-build/ -->
<dependency>
<groupId>org.apache.felix.commons</groupId>
<artifactId>commons-build</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix.commons/commons-build/
implementation 'org.apache.felix.commons:commons-build:1.0.0'
// https://jarcasting.com/artifacts/org.apache.felix.commons/commons-build/
implementation ("org.apache.felix.commons:commons-build:1.0.0")
'org.apache.felix.commons:commons-build:pom:1.0.0'
<dependency org="org.apache.felix.commons" name="commons-build" rev="1.0.0">
<artifact name="commons-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix.commons', module='commons-build', version='1.0.0')
)
libraryDependencies += "org.apache.felix.commons" % "commons-build" % "1.0.0"
[org.apache.felix.commons/commons-build "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
easymock : easymock | jar | 1.2_Java1.3 |