is not current version
Last Version 2.2.0

com.shedhack.maven:maven-parent 1.0.0

${artifactId}

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.shedhack.maven
ArtifactId

ArtifactId

maven-parent
Version

Version

1.0.0
Type

Type

pom

Download maven-parent 1.0.0

Filename Size
maven-parent-1.0.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.shedhack.maven/maven-parent/ -->
<dependency>
    <groupId>com.shedhack.maven</groupId>
    <artifactId>maven-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.shedhack.maven/maven-parent/
implementation 'com.shedhack.maven:maven-parent:1.0.0'
// https://jarcasting.com/artifacts/com.shedhack.maven/maven-parent/
implementation ("com.shedhack.maven:maven-parent:1.0.0")
'com.shedhack.maven:maven-parent:pom:1.0.0'
<dependency org="com.shedhack.maven" name="maven-parent" rev="1.0.0">
  <artifact name="maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.shedhack.maven', module='maven-parent', version='1.0.0')
)
libraryDependencies += "com.shedhack.maven" % "maven-parent" % "1.0.0"
[com.shedhack.maven/maven-parent "1.0.0"]