echo
Minimal JVM-based echo command, mainly for test purposes
Run like
$ coursier launch io.get-coursier:echo:1.0.0 -- foo
foo
$
License |
License |
---|---|
GroupId | GroupIdio.get-coursier |
ArtifactId | ArtifactIdecho |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionecho
echo
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
echo-1.0.4.pom | |
echo-1.0.4.jar | 1 KB |
echo-1.0.4-sources.jar | 823 bytes |
echo-1.0.4-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.get-coursier/echo/ -->
<dependency>
<groupId>io.get-coursier</groupId>
<artifactId>echo</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.get-coursier/echo/
implementation 'io.get-coursier:echo:1.0.4'
// https://jarcasting.com/artifacts/io.get-coursier/echo/
implementation ("io.get-coursier:echo:1.0.4")
'io.get-coursier:echo:jar:1.0.4'
<dependency org="io.get-coursier" name="echo" rev="1.0.4">
<artifact name="echo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.get-coursier', module='echo', version='1.0.4')
)
libraryDependencies += "io.get-coursier" % "echo" % "1.0.4"
[io.get-coursier/echo "1.0.4"]
Minimal JVM-based echo command, mainly for test purposes
Run like
$ coursier launch io.get-coursier:echo:1.0.0 -- foo
foo
$