License |
License |
---|---|
GroupId | GroupIdcom.tobedevoured.command |
ArtifactId | ArtifactIdcommand-core |
Version | Version0.2.0 |
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 |
---|---|
command-core-0.2.0.pom | |
command-core-0.2.0.jar | 30 KB |
command-core-0.2.0-tests.jar | 18 KB |
command-core-0.2.0-test-sources.jar | 5 KB |
command-core-0.2.0-sources.jar | 16 KB |
command-core-0.2.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tobedevoured.command/command-core/ -->
<dependency>
<groupId>com.tobedevoured.command</groupId>
<artifactId>command-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tobedevoured.command/command-core/
implementation 'com.tobedevoured.command:command-core:0.2.0'
// https://jarcasting.com/artifacts/com.tobedevoured.command/command-core/
implementation ("com.tobedevoured.command:command-core:0.2.0")
'com.tobedevoured.command:command-core:jar:0.2.0'
<dependency org="com.tobedevoured.command" name="command-core" rev="0.2.0">
<artifact name="command-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tobedevoured.command', module='command-core', version='0.2.0')
)
libraryDependencies += "com.tobedevoured.command" % "command-core" % "0.2.0"
[com.tobedevoured.command/command-core "0.2.0"]
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 |