is not current version
Last Version 0.3.0

com.github.pms1.tppt:parent 0.2.0

An Apache Maven plugin for creating P2 repositories along with features directly from Maven artifacts that are already OSGi bundles.

GroupId

GroupId

com.github.pms1.tppt
ArtifactId

ArtifactId

parent
Version

Version

0.2.0
Type

Type

pom

Download parent 0.2.0

Filename Size
parent-0.2.0.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.pms1.tppt/parent/ -->
<dependency>
    <groupId>com.github.pms1.tppt</groupId>
    <artifactId>parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pms1.tppt/parent/
implementation 'com.github.pms1.tppt:parent:0.2.0'
// https://jarcasting.com/artifacts/com.github.pms1.tppt/parent/
implementation ("com.github.pms1.tppt:parent:0.2.0")
'com.github.pms1.tppt:parent:pom:0.2.0'
<dependency org="com.github.pms1.tppt" name="parent" rev="0.2.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pms1.tppt', module='parent', version='0.2.0')
)
libraryDependencies += "com.github.pms1.tppt" % "parent" % "0.2.0"
[com.github.pms1.tppt/parent "0.2.0"]