GroupId | GroupIdde.otto.edison |
---|---|
ArtifactId | ArtifactIdedison-core |
Version | Version1.0.0.RC1a |
Type | Typejar |
Filename | Size |
---|---|
edison-core-1.0.0.RC1a.pom | |
edison-core-1.0.0.RC1a.jar | 75 KB |
edison-core-1.0.0.RC1a-sources.jar | 49 KB |
edison-core-1.0.0.RC1a-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-core/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>edison-core</artifactId>
<version>1.0.0.RC1a</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-core/
implementation 'de.otto.edison:edison-core:1.0.0.RC1a'
// https://jarcasting.com/artifacts/de.otto.edison/edison-core/
implementation ("de.otto.edison:edison-core:1.0.0.RC1a")
'de.otto.edison:edison-core:jar:1.0.0.RC1a'
<dependency org="de.otto.edison" name="edison-core" rev="1.0.0.RC1a">
<artifact name="edison-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-core', version='1.0.0.RC1a')
)
libraryDependencies += "de.otto.edison" % "edison-core" % "1.0.0.RC1a"
[de.otto.edison/edison-core "1.0.0.RC1a"]