| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdio.jeo |
| ArtifactId | ArtifactIdformat |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| format-0.6.pom | 837 bytes |
| format-0.6-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.jeo/format/ -->
<dependency>
<groupId>io.jeo</groupId>
<artifactId>format</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.jeo/format/
implementation 'io.jeo:format:0.6'
// https://jarcasting.com/artifacts/io.jeo/format/
implementation ("io.jeo:format:0.6")
'io.jeo:format:jar:0.6'
<dependency org="io.jeo" name="format" rev="0.6">
<artifact name="format" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jeo', module='format', version='0.6')
)
libraryDependencies += "io.jeo" % "format" % "0.6"
[io.jeo/format "0.6"]