is not current version
Last Version 1.5

net.jrouter:j-parent 1.2

Parent pom providing dependency and plugin management for applications built with Maven.

Categories

Categories

Net
GroupId

GroupId

net.jrouter
ArtifactId

ArtifactId

j-parent
Version

Version

1.2
Type

Type

pom

Download j-parent 1.2

Filename Size
j-parent-1.2.pom 21 KB
Browse

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