| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdio.github.netvl.ecoji |
| ArtifactId | ArtifactIdecoji |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionecoji-java
A Java implementation of the Ecoji encoding standard
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ecoji-1.0.0.pom | |
| ecoji-1.0.0.jar | 15 KB |
| ecoji-1.0.0-sources.jar | 10 KB |
| ecoji-1.0.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.netvl.ecoji/ecoji/ -->
<dependency>
<groupId>io.github.netvl.ecoji</groupId>
<artifactId>ecoji</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.netvl.ecoji/ecoji/
implementation 'io.github.netvl.ecoji:ecoji:1.0.0'
// https://jarcasting.com/artifacts/io.github.netvl.ecoji/ecoji/
implementation ("io.github.netvl.ecoji:ecoji:1.0.0")
'io.github.netvl.ecoji:ecoji:jar:1.0.0'
<dependency org="io.github.netvl.ecoji" name="ecoji" rev="1.0.0">
<artifact name="ecoji" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.netvl.ecoji', module='ecoji', version='1.0.0')
)
libraryDependencies += "io.github.netvl.ecoji" % "ecoji" % "1.0.0"
[io.github.netvl.ecoji/ecoji "1.0.0"]