| License | License | 
|---|---|
| GroupId | GroupIdorg.joinedworkz | 
| ArtifactId | ArtifactIdp2-parent | 
| Last Version | Last Version1.3.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionJoinedWorkz p2 parent DSL based modeling framework - p2 parent | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| p2-parent-1.3.0.pom | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.joinedworkz/p2-parent/ -->
<dependency>
    <groupId>org.joinedworkz</groupId>
    <artifactId>p2-parent</artifactId>
    <version>1.3.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.joinedworkz/p2-parent/
implementation 'org.joinedworkz:p2-parent:1.3.0'// https://jarcasting.com/artifacts/org.joinedworkz/p2-parent/
implementation ("org.joinedworkz:p2-parent:1.3.0")'org.joinedworkz:p2-parent:pom:1.3.0'<dependency org="org.joinedworkz" name="p2-parent" rev="1.3.0">
  <artifact name="p2-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.joinedworkz', module='p2-parent', version='1.3.0')
)libraryDependencies += "org.joinedworkz" % "p2-parent" % "1.3.0"[org.joinedworkz/p2-parent "1.3.0"]