| GroupId | GroupIdcom.github.absysgroup.jeco |
|---|---|
| ArtifactId | ArtifactIdjeco-core |
| Version | Version1.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jeco-core-1.0.8.pom | |
| jeco-core-1.0.8.jar | 193 KB |
| jeco-core-1.0.8-sources.jar | 110 KB |
| jeco-core-1.0.8-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.absysgroup.jeco/jeco-core/ -->
<dependency>
<groupId>com.github.absysgroup.jeco</groupId>
<artifactId>jeco-core</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.absysgroup.jeco/jeco-core/
implementation 'com.github.absysgroup.jeco:jeco-core:1.0.8'
// https://jarcasting.com/artifacts/com.github.absysgroup.jeco/jeco-core/
implementation ("com.github.absysgroup.jeco:jeco-core:1.0.8")
'com.github.absysgroup.jeco:jeco-core:jar:1.0.8'
<dependency org="com.github.absysgroup.jeco" name="jeco-core" rev="1.0.8">
<artifact name="jeco-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.absysgroup.jeco', module='jeco-core', version='1.0.8')
)
libraryDependencies += "com.github.absysgroup.jeco" % "jeco-core" % "1.0.8"
[com.github.absysgroup.jeco/jeco-core "1.0.8"]