Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone.neberus |
ArtifactId | ArtifactIdneberus-parent |
Version | Version3.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
neberus-parent-3.0.0-RC1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.neberus/neberus-parent/ -->
<dependency>
<groupId>net.oneandone.neberus</groupId>
<artifactId>neberus-parent</artifactId>
<version>3.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.neberus/neberus-parent/
implementation 'net.oneandone.neberus:neberus-parent:3.0.0-RC1'
// https://jarcasting.com/artifacts/net.oneandone.neberus/neberus-parent/
implementation ("net.oneandone.neberus:neberus-parent:3.0.0-RC1")
'net.oneandone.neberus:neberus-parent:pom:3.0.0-RC1'
<dependency org="net.oneandone.neberus" name="neberus-parent" rev="3.0.0-RC1">
<artifact name="neberus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.neberus', module='neberus-parent', version='3.0.0-RC1')
)
libraryDependencies += "net.oneandone.neberus" % "neberus-parent" % "3.0.0-RC1"
[net.oneandone.neberus/neberus-parent "3.0.0-RC1"]