is not current version
Last Version 1.0.4

io.get-coursier:echo 1.0.0-RC12-1

echo

GroupId

GroupId

io.get-coursier
ArtifactId

ArtifactId

echo
Version

Version

1.0.0-RC12-1
Type

Type

jar

Download echo 1.0.0-RC12-1


<!-- https://jarcasting.com/artifacts/io.get-coursier/echo/ -->
<dependency>
    <groupId>io.get-coursier</groupId>
    <artifactId>echo</artifactId>
    <version>1.0.0-RC12-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.get-coursier/echo/
implementation 'io.get-coursier:echo:1.0.0-RC12-1'
// https://jarcasting.com/artifacts/io.get-coursier/echo/
implementation ("io.get-coursier:echo:1.0.0-RC12-1")
'io.get-coursier:echo:jar:1.0.0-RC12-1'
<dependency org="io.get-coursier" name="echo" rev="1.0.0-RC12-1">
  <artifact name="echo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.get-coursier', module='echo', version='1.0.0-RC12-1')
)
libraryDependencies += "io.get-coursier" % "echo" % "1.0.0-RC12-1"
[io.get-coursier/echo "1.0.0-RC12-1"]