Categories |
CategoriesMaven Build Tools Distribution |
---|---|
GroupId | GroupIdorg.apache.felix |
ArtifactId | ArtifactIdorg.apache.felix.ipojo.distribution.maventutorial |
Version | Version1.11.0 |
Type | Typepom |
<!-- 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.11.0</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.11.0'
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.ipojo.distribution.maventutorial/
implementation ("org.apache.felix:org.apache.felix.ipojo.distribution.maventutorial:1.11.0")
'org.apache.felix:org.apache.felix.ipojo.distribution.maventutorial:pom:1.11.0'
<dependency org="org.apache.felix" name="org.apache.felix.ipojo.distribution.maventutorial" rev="1.11.0">
<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.11.0')
)
libraryDependencies += "org.apache.felix" % "org.apache.felix.ipojo.distribution.maventutorial" % "1.11.0"
[org.apache.felix/org.apache.felix.ipojo.distribution.maventutorial "1.11.0"]