is not current version
Last Version 1.0.5

se.somath.publisher:parent 1.0.1

A Maven plugin that reads a html file and includes source code into it

GroupId

GroupId

se.somath.publisher
ArtifactId

ArtifactId

parent
Version

Version

1.0.1
Type

Type

pom

Download parent 1.0.1

Filename Size
parent-1.0.1.pom 2 KB
Browse

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