License |
License
GNU General Public License, version 2, with the Classpath Exception
|
---|---|
GroupId | GroupIdme.springframework |
ArtifactId | ArtifactIdspring-me-sample-cmdline |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring ME Sample Commandline
A collection of examples, demonstrating the use of Spring ME.
|
<!-- https://jarcasting.com/artifacts/me.springframework/spring-me-sample-cmdline/ -->
<dependency>
<groupId>me.springframework</groupId>
<artifactId>spring-me-sample-cmdline</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.springframework/spring-me-sample-cmdline/
implementation 'me.springframework:spring-me-sample-cmdline:1.0'
// https://jarcasting.com/artifacts/me.springframework/spring-me-sample-cmdline/
implementation ("me.springframework:spring-me-sample-cmdline:1.0")
'me.springframework:spring-me-sample-cmdline:jar:1.0'
<dependency org="me.springframework" name="spring-me-sample-cmdline" rev="1.0">
<artifact name="spring-me-sample-cmdline" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.springframework', module='spring-me-sample-cmdline', version='1.0')
)
libraryDependencies += "me.springframework" % "spring-me-sample-cmdline" % "1.0"
[me.springframework/spring-me-sample-cmdline "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 1.4 |
me.springframework : spring-me-api | jar | 1.0 |
args4j : args4j | jar | 2.0.11 |
com.thoughtworks.xstream : xstream | jar | 1.3.1 |