GroupId | GroupIdorg.ow2.ipojo |
---|---|
ArtifactId | ArtifactIdipojo-toolkit-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptioniPOJO Toolkit Parent
|
Filename | Size |
---|---|
ipojo-toolkit-parent-1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.ipojo/ipojo-toolkit-parent/ -->
<dependency>
<groupId>org.ow2.ipojo</groupId>
<artifactId>ipojo-toolkit-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.ipojo/ipojo-toolkit-parent/
implementation 'org.ow2.ipojo:ipojo-toolkit-parent:1.0'
// https://jarcasting.com/artifacts/org.ow2.ipojo/ipojo-toolkit-parent/
implementation ("org.ow2.ipojo:ipojo-toolkit-parent:1.0")
'org.ow2.ipojo:ipojo-toolkit-parent:pom:1.0'
<dependency org="org.ow2.ipojo" name="ipojo-toolkit-parent" rev="1.0">
<artifact name="ipojo-toolkit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.ipojo', module='ipojo-toolkit-parent', version='1.0')
)
libraryDependencies += "org.ow2.ipojo" % "ipojo-toolkit-parent" % "1.0"
[org.ow2.ipojo/ipojo-toolkit-parent "1.0"]