License |
License |
---|---|
GroupId | GroupIdorg.apache.felix |
ArtifactId | ArtifactIdfelix |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Felix
Apache felix is an OSGi implementation.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
felix-1.0.4.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.felix/felix/ -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>felix</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix/felix/
implementation 'org.apache.felix:felix:1.0.4'
// https://jarcasting.com/artifacts/org.apache.felix/felix/
implementation ("org.apache.felix:felix:1.0.4")
'org.apache.felix:felix:pom:1.0.4'
<dependency org="org.apache.felix" name="felix" rev="1.0.4">
<artifact name="felix" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='felix', version='1.0.4')
)
libraryDependencies += "org.apache.felix" % "felix" % "1.0.4"
[org.apache.felix/felix "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
easymock : easymock | jar | 1.2_Java1.3 |