GroupId | GroupIdde.otto.edison |
---|---|
ArtifactId | ArtifactIdedison-core |
Version | Version1.0.0.RC4 |
Type | Typejar |
Filename | Size |
---|---|
edison-core-1.0.0.RC4.pom | |
edison-core-1.0.0.RC4.jar | 82 KB |
edison-core-1.0.0.RC4-sources.jar | 51 KB |
edison-core-1.0.0.RC4-javadoc.jar | 246 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.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-core/
implementation 'de.otto.edison:edison-core:1.0.0.RC4'
// https://jarcasting.com/artifacts/de.otto.edison/edison-core/
implementation ("de.otto.edison:edison-core:1.0.0.RC4")
'de.otto.edison:edison-core:jar:1.0.0.RC4'
<dependency org="de.otto.edison" name="edison-core" rev="1.0.0.RC4">
<artifact name="edison-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-core', version='1.0.0.RC4')
)
libraryDependencies += "de.otto.edison" % "edison-core" % "1.0.0.RC4"
[de.otto.edison/edison-core "1.0.0.RC4"]