| GroupId | GroupIdio.get-coursier |
|---|---|
| ArtifactId | ArtifactIdapps |
| Version | Version0.0.24 |
| Type | Typejar |
| Filename | Size |
|---|---|
| apps-0.0.24.pom | |
| apps-0.0.24.jar | 6 KB |
| apps-0.0.24-sources.jar | 6 KB |
| apps-0.0.24-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.get-coursier/apps/ -->
<dependency>
<groupId>io.get-coursier</groupId>
<artifactId>apps</artifactId>
<version>0.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/io.get-coursier/apps/
implementation 'io.get-coursier:apps:0.0.24'
// https://jarcasting.com/artifacts/io.get-coursier/apps/
implementation ("io.get-coursier:apps:0.0.24")
'io.get-coursier:apps:jar:0.0.24'
<dependency org="io.get-coursier" name="apps" rev="0.0.24">
<artifact name="apps" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.get-coursier', module='apps', version='0.0.24')
)
libraryDependencies += "io.get-coursier" % "apps" % "0.0.24"
[io.get-coursier/apps "0.0.24"]