License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Github Development Tools Version Controls |
GroupId | GroupIdio.toolisticon.maven |
ArtifactId | ArtifactIdmaven-oss-parent-for-github |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmaven-oss-parent-for-github
Parent pom for all holisticon OSS projects hosted on github. Use this instead of sonatype/oss-parent for common
properties and pre-configured modules.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-oss-parent-for-github-0.0.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.toolisticon.maven/maven-oss-parent-for-github/ -->
<dependency>
<groupId>io.toolisticon.maven</groupId>
<artifactId>maven-oss-parent-for-github</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.toolisticon.maven/maven-oss-parent-for-github/
implementation 'io.toolisticon.maven:maven-oss-parent-for-github:0.0.2'
// https://jarcasting.com/artifacts/io.toolisticon.maven/maven-oss-parent-for-github/
implementation ("io.toolisticon.maven:maven-oss-parent-for-github:0.0.2")
'io.toolisticon.maven:maven-oss-parent-for-github:pom:0.0.2'
<dependency org="io.toolisticon.maven" name="maven-oss-parent-for-github" rev="0.0.2">
<artifact name="maven-oss-parent-for-github" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.toolisticon.maven', module='maven-oss-parent-for-github', version='0.0.2')
)
libraryDependencies += "io.toolisticon.maven" % "maven-oss-parent-for-github" % "0.0.2"
[io.toolisticon.maven/maven-oss-parent-for-github "0.0.2"]