License |
License |
---|---|
GroupId | GroupIdcom.github.watertreestar |
ArtifactId | ArtifactIdnox-boot-parent |
Version | Version1.0-RELEASE |
Type | Typepom |
Description |
Descriptionnox-boot-parent
A public parent pom for dependency and plugin management
|
Filename | Size |
---|---|
nox-boot-parent-1.0-RELEASE.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.watertreestar/nox-boot-parent/ -->
<dependency>
<groupId>com.github.watertreestar</groupId>
<artifactId>nox-boot-parent</artifactId>
<version>1.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.watertreestar/nox-boot-parent/
implementation 'com.github.watertreestar:nox-boot-parent:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.watertreestar/nox-boot-parent/
implementation ("com.github.watertreestar:nox-boot-parent:1.0-RELEASE")
'com.github.watertreestar:nox-boot-parent:pom:1.0-RELEASE'
<dependency org="com.github.watertreestar" name="nox-boot-parent" rev="1.0-RELEASE">
<artifact name="nox-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.watertreestar', module='nox-boot-parent', version='1.0-RELEASE')
)
libraryDependencies += "com.github.watertreestar" % "nox-boot-parent" % "1.0-RELEASE"
[com.github.watertreestar/nox-boot-parent "1.0-RELEASE"]