Categories |
CategoriesMaven Build Tools Github Development Tools Version Controls |
---|---|
GroupId | GroupIdio.toolisticon.maven |
ArtifactId | ArtifactIdmaven-oss-parent-for-github |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
maven-oss-parent-for-github-0.0.1.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.1</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.1'
// https://jarcasting.com/artifacts/io.toolisticon.maven/maven-oss-parent-for-github/
implementation ("io.toolisticon.maven:maven-oss-parent-for-github:0.0.1")
'io.toolisticon.maven:maven-oss-parent-for-github:pom:0.0.1'
<dependency org="io.toolisticon.maven" name="maven-oss-parent-for-github" rev="0.0.1">
<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.1')
)
libraryDependencies += "io.toolisticon.maven" % "maven-oss-parent-for-github" % "0.0.1"
[io.toolisticon.maven/maven-oss-parent-for-github "0.0.1"]