| License |
License |
|---|---|
| GroupId | GroupIdio.norberg |
| ArtifactId | ArtifactIdrut-parent |
| Version | Version1.0.1 |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rut-parent-1.0.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.norberg/rut-parent/ -->
<dependency>
<groupId>io.norberg</groupId>
<artifactId>rut-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.norberg/rut-parent/
implementation 'io.norberg:rut-parent:1.0.1'
// https://jarcasting.com/artifacts/io.norberg/rut-parent/
implementation ("io.norberg:rut-parent:1.0.1")
'io.norberg:rut-parent:pom:1.0.1'
<dependency org="io.norberg" name="rut-parent" rev="1.0.1">
<artifact name="rut-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.norberg', module='rut-parent', version='1.0.1')
)
libraryDependencies += "io.norberg" % "rut-parent" % "1.0.1"
[io.norberg/rut-parent "1.0.1"]