License |
License
GNU General Public License, Version 3.0
|
---|---|
Categories |
CategoriesNinja User Interface Web Frameworks |
GroupId | GroupIdninja.smirking |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionninja.smirking:parent
Parent POM for ninja.smirking projects.
|
Filename | Size |
---|---|
parent-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ninja.smirking/parent/ -->
<dependency>
<groupId>ninja.smirking</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ninja.smirking/parent/
implementation 'ninja.smirking:parent:1.0.0'
// https://jarcasting.com/artifacts/ninja.smirking/parent/
implementation ("ninja.smirking:parent:1.0.0")
'ninja.smirking:parent:pom:1.0.0'
<dependency org="ninja.smirking" name="parent" rev="1.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ninja.smirking', module='parent', version='1.0.0')
)
libraryDependencies += "ninja.smirking" % "parent" % "1.0.0"
[ninja.smirking/parent "1.0.0"]