License |
License |
---|---|
GroupId | GroupIdcom.tobedevoured.command |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBy Your Command Core
Make Java do your bidding by turning any code into an executable
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-0.3.5.pom | |
core-0.3.5.jar | 31 KB |
core-0.3.5-sources.jar | 16 KB |
core-0.3.5-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tobedevoured.command/core/ -->
<dependency>
<groupId>com.tobedevoured.command</groupId>
<artifactId>core</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.tobedevoured.command/core/
implementation 'com.tobedevoured.command:core:0.3.5'
// https://jarcasting.com/artifacts/com.tobedevoured.command/core/
implementation ("com.tobedevoured.command:core:0.3.5")
'com.tobedevoured.command:core:jar:0.3.5'
<dependency org="com.tobedevoured.command" name="core" rev="0.3.5">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tobedevoured.command', module='core', version='0.3.5')
)
libraryDependencies += "com.tobedevoured.command" % "core" % "0.3.5"
[com.tobedevoured.command/core "0.3.5"]
Group / Artifact | Type | Version |
---|---|---|
org.modeshape : modeshape-common | jar | 2.8.2.Final |
com.metapossum : metapossum-scanner | jar | 1.0.1 |
commons-beanutils : commons-beanutils | jar | 1.8.3 |
com.typesafe : config | jar | 0.5.0 |
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 |