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