| GroupId | GroupIdcom.github.absysgroup.jeco |
|---|---|
| ArtifactId | ArtifactIdjeco-core |
| Version | Version1.0.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jeco-core-1.0.10.pom | |
| jeco-core-1.0.10.jar | 198 KB |
| jeco-core-1.0.10-sources.jar | 113 KB |
| jeco-core-1.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.absysgroup.jeco/jeco-core/
implementation 'com.github.absysgroup.jeco:jeco-core:1.0.10'
// https://jarcasting.com/artifacts/com.github.absysgroup.jeco/jeco-core/
implementation ("com.github.absysgroup.jeco:jeco-core:1.0.10")
'com.github.absysgroup.jeco:jeco-core:jar:1.0.10'
<dependency org="com.github.absysgroup.jeco" name="jeco-core" rev="1.0.10">
<artifact name="jeco-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.absysgroup.jeco', module='jeco-core', version='1.0.10')
)
libraryDependencies += "com.github.absysgroup.jeco" % "jeco-core" % "1.0.10"
[com.github.absysgroup.jeco/jeco-core "1.0.10"]