is not current version
Last Version 2.7.0

de.otto.edison:edison-core 1.0.1-RELEASE

Core library for all Edison libraries.

GroupId

GroupId

de.otto.edison
ArtifactId

ArtifactId

edison-core
Version

Version

1.0.1-RELEASE
Type

Type

jar

Download edison-core 1.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-core/ -->
<dependency>
    <groupId>de.otto.edison</groupId>
    <artifactId>edison-core</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-core/
implementation 'de.otto.edison:edison-core:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/de.otto.edison/edison-core/
implementation ("de.otto.edison:edison-core:1.0.1-RELEASE")
'de.otto.edison:edison-core:jar:1.0.1-RELEASE'
<dependency org="de.otto.edison" name="edison-core" rev="1.0.1-RELEASE">
  <artifact name="edison-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-core', version='1.0.1-RELEASE')
)
libraryDependencies += "de.otto.edison" % "edison-core" % "1.0.1-RELEASE"
[de.otto.edison/edison-core "1.0.1-RELEASE"]