is not current version
Last Version 0.1.42

com.specshell.maven:pom 0.1.38

Specshell Parent POM Project

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.specshell.maven
ArtifactId

ArtifactId

pom
Version

Version

0.1.38
Type

Type

pom

Download pom 0.1.38

Filename Size
pom-0.1.38.pom 13 KB
Browse

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