License |
License |
---|---|
GroupId | GroupIdcom.github.scizeron.jidr |
ArtifactId | ArtifactIdjidr-parent |
Version | Version0.0.2 |
Type | Typepom |
Description |
DescriptionJava Install Deploy Run
Java Install Deploy Run
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jidr-parent-0.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.scizeron.jidr/jidr-parent/ -->
<dependency>
<groupId>com.github.scizeron.jidr</groupId>
<artifactId>jidr-parent</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.scizeron.jidr/jidr-parent/
implementation 'com.github.scizeron.jidr:jidr-parent:0.0.2'
// https://jarcasting.com/artifacts/com.github.scizeron.jidr/jidr-parent/
implementation ("com.github.scizeron.jidr:jidr-parent:0.0.2")
'com.github.scizeron.jidr:jidr-parent:pom:0.0.2'
<dependency org="com.github.scizeron.jidr" name="jidr-parent" rev="0.0.2">
<artifact name="jidr-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.scizeron.jidr', module='jidr-parent', version='0.0.2')
)
libraryDependencies += "com.github.scizeron.jidr" % "jidr-parent" % "0.0.2"
[com.github.scizeron.jidr/jidr-parent "0.0.2"]