| GroupId | GroupIdcom.github.nalukit |
|---|---|
| ArtifactId | ArtifactIdnalu-parent |
| Version | Version1.0.0-rc-11 |
| Type | Typepom |
| Filename | Size |
|---|---|
| nalu-parent-1.0.0-rc-11.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nalukit/nalu-parent/ -->
<dependency>
<groupId>com.github.nalukit</groupId>
<artifactId>nalu-parent</artifactId>
<version>1.0.0-rc-11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-parent/
implementation 'com.github.nalukit:nalu-parent:1.0.0-rc-11'
// https://jarcasting.com/artifacts/com.github.nalukit/nalu-parent/
implementation ("com.github.nalukit:nalu-parent:1.0.0-rc-11")
'com.github.nalukit:nalu-parent:pom:1.0.0-rc-11'
<dependency org="com.github.nalukit" name="nalu-parent" rev="1.0.0-rc-11">
<artifact name="nalu-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nalukit', module='nalu-parent', version='1.0.0-rc-11')
)
libraryDependencies += "com.github.nalukit" % "nalu-parent" % "1.0.0-rc-11"
[com.github.nalukit/nalu-parent "1.0.0-rc-11"]