is not current version
Last Version 1.5

net.jrouter:j-parent 1.3

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.3
Type

Type

pom

Download j-parent 1.3

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

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