| GroupId | GroupIdcom.github.genthaler | 
|---|---|
| ArtifactId | ArtifactIdoss-parent | 
| Version | Version3 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| oss-parent-3.pom | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.genthaler/oss-parent/ -->
<dependency>
    <groupId>com.github.genthaler</groupId>
    <artifactId>oss-parent</artifactId>
    <version>3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.genthaler/oss-parent/
implementation 'com.github.genthaler:oss-parent:3'// https://jarcasting.com/artifacts/com.github.genthaler/oss-parent/
implementation ("com.github.genthaler:oss-parent:3")'com.github.genthaler:oss-parent:pom:3'<dependency org="com.github.genthaler" name="oss-parent" rev="3">
  <artifact name="oss-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.genthaler', module='oss-parent', version='3')
)libraryDependencies += "com.github.genthaler" % "oss-parent" % "3"[com.github.genthaler/oss-parent "3"]