License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.github.sarxos |
ArtifactId | ArtifactIdoss-parent |
Last Version | Last Version7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent POM for OSS Projects
This is parent POM for my OSS projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
oss-parent-7.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sarxos/oss-parent/ -->
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarxos/oss-parent/
implementation 'com.github.sarxos:oss-parent:7'
// https://jarcasting.com/artifacts/com.github.sarxos/oss-parent/
implementation ("com.github.sarxos:oss-parent:7")
'com.github.sarxos:oss-parent:pom:7'
<dependency org="com.github.sarxos" name="oss-parent" rev="7">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sarxos', module='oss-parent', version='7')
)
libraryDependencies += "com.github.sarxos" % "oss-parent" % "7"
[com.github.sarxos/oss-parent "7"]