License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.maxwoods |
ArtifactId | ArtifactIdnimble-starter-parent |
Version | Version0.0.1 |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
nimble-starter-parent-0.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.maxwoods/nimble-starter-parent/ -->
<dependency>
<groupId>net.maxwoods</groupId>
<artifactId>nimble-starter-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.maxwoods/nimble-starter-parent/
implementation 'net.maxwoods:nimble-starter-parent:0.0.1'
// https://jarcasting.com/artifacts/net.maxwoods/nimble-starter-parent/
implementation ("net.maxwoods:nimble-starter-parent:0.0.1")
'net.maxwoods:nimble-starter-parent:pom:0.0.1'
<dependency org="net.maxwoods" name="nimble-starter-parent" rev="0.0.1">
<artifact name="nimble-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.maxwoods', module='nimble-starter-parent', version='0.0.1')
)
libraryDependencies += "net.maxwoods" % "nimble-starter-parent" % "0.0.1"
[net.maxwoods/nimble-starter-parent "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.0 |