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