| GroupId | GroupIdio.github.stepio.coffee-boots |
|---|---|
| ArtifactId | ArtifactIdcoffee-boots |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| coffee-boots-2.0.0.pom | |
| coffee-boots-2.0.0.jar | 6 KB |
| coffee-boots-2.0.0-sources.jar | 7 KB |
| coffee-boots-2.0.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.stepio.coffee-boots/coffee-boots/ -->
<dependency>
<groupId>io.github.stepio.coffee-boots</groupId>
<artifactId>coffee-boots</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.stepio.coffee-boots/coffee-boots/
implementation 'io.github.stepio.coffee-boots:coffee-boots:2.0.0'
// https://jarcasting.com/artifacts/io.github.stepio.coffee-boots/coffee-boots/
implementation ("io.github.stepio.coffee-boots:coffee-boots:2.0.0")
'io.github.stepio.coffee-boots:coffee-boots:jar:2.0.0'
<dependency org="io.github.stepio.coffee-boots" name="coffee-boots" rev="2.0.0">
<artifact name="coffee-boots" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.stepio.coffee-boots', module='coffee-boots', version='2.0.0')
)
libraryDependencies += "io.github.stepio.coffee-boots" % "coffee-boots" % "2.0.0"
[io.github.stepio.coffee-boots/coffee-boots "2.0.0"]