License |
License |
---|---|
GroupId | GroupIdcom.tobedevoured.command |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.3.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBy Your Command Parent
Make Java do your bidding by turning any code into an executable
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-0.3.5.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tobedevoured.command/parent/ -->
<dependency>
<groupId>com.tobedevoured.command</groupId>
<artifactId>parent</artifactId>
<version>0.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tobedevoured.command/parent/
implementation 'com.tobedevoured.command:parent:0.3.5'
// https://jarcasting.com/artifacts/com.tobedevoured.command/parent/
implementation ("com.tobedevoured.command:parent:0.3.5")
'com.tobedevoured.command:parent:pom:0.3.5'
<dependency org="com.tobedevoured.command" name="parent" rev="0.3.5">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tobedevoured.command', module='parent', version='0.3.5')
)
libraryDependencies += "com.tobedevoured.command" % "parent" % "0.3.5"
[com.tobedevoured.command/parent "0.3.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.6 |
junit : junit | jar | 4.10 |