| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.sourceforge.openutils | 
| ArtifactId | ArtifactIdopenutils-parent | 
| Last Version | Last Version1.15 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionopenutils openutils parent pom | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| openutils-parent-1.15.pom | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-parent/ -->
<dependency>
    <groupId>net.sourceforge.openutils</groupId>
    <artifactId>openutils-parent</artifactId>
    <version>1.15</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-parent/
implementation 'net.sourceforge.openutils:openutils-parent:1.15'// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-parent/
implementation ("net.sourceforge.openutils:openutils-parent:1.15")'net.sourceforge.openutils:openutils-parent:pom:1.15'<dependency org="net.sourceforge.openutils" name="openutils-parent" rev="1.15">
  <artifact name="openutils-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-parent', version='1.15')
)libraryDependencies += "net.sourceforge.openutils" % "openutils-parent" % "1.15"[net.sourceforge.openutils/openutils-parent "1.15"]