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 | ArtifactIdenv |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionenv
env
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
env-1.0.4.pom | |
env-1.0.4.jar | 1 KB |
env-1.0.4-sources.jar | 782 bytes |
env-1.0.4-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.get-coursier/env/ -->
<dependency>
<groupId>io.get-coursier</groupId>
<artifactId>env</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.get-coursier/env/
implementation 'io.get-coursier:env:1.0.4'
// https://jarcasting.com/artifacts/io.get-coursier/env/
implementation ("io.get-coursier:env:1.0.4")
'io.get-coursier:env:jar:1.0.4'
<dependency org="io.get-coursier" name="env" rev="1.0.4">
<artifact name="env" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.get-coursier', module='env', version='1.0.4')
)
libraryDependencies += "io.get-coursier" % "env" % "1.0.4"
[io.get-coursier/env "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
$