is not current version
Last Version 1.5

net.jrouter:j-parent 1.0

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

Type

pom

Download j-parent 1.0

Filename Size
j-parent-1.0.pom 20 KB
Browse

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