License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Distribution |
GroupId | GroupIdorg.apache.felix |
ArtifactId | ArtifactIdorg.apache.felix.ipojo.distribution.maventutorial |
Last Version | Last Version1.12.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Felix iPOJO - Distribution - Maven Tutorial
This project builds the iPOJO Maven tutorial package
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.ipojo.distribution.maventutorial/ -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.distribution.maventutorial</artifactId>
<version>1.12.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.ipojo.distribution.maventutorial/
implementation 'org.apache.felix:org.apache.felix.ipojo.distribution.maventutorial:1.12.1'
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.ipojo.distribution.maventutorial/
implementation ("org.apache.felix:org.apache.felix.ipojo.distribution.maventutorial:1.12.1")
'org.apache.felix:org.apache.felix.ipojo.distribution.maventutorial:pom:1.12.1'
<dependency org="org.apache.felix" name="org.apache.felix.ipojo.distribution.maventutorial" rev="1.12.1">
<artifact name="org.apache.felix.ipojo.distribution.maventutorial" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.ipojo.distribution.maventutorial', version='1.12.1')
)
libraryDependencies += "org.apache.felix" % "org.apache.felix.ipojo.distribution.maventutorial" % "1.12.1"
[org.apache.felix/org.apache.felix.ipojo.distribution.maventutorial "1.12.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |
org.easymock : easymock | jar | 2.4 |
org.mockito : mockito-all | jar | 1.7 |