GroupId | GroupIdorg.synyx.hera |
---|---|
ArtifactId | ArtifactIdorg.synyx.hera.core |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
org.synyx.hera.core-0.6.pom | |
org.synyx.hera.core-0.6.jar | 14 KB |
org.synyx.hera.core-0.6-sources.jar | 15 KB |
org.synyx.hera.core-0.6-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.synyx.hera/org.synyx.hera.core/ -->
<dependency>
<groupId>org.synyx.hera</groupId>
<artifactId>org.synyx.hera.core</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.synyx.hera/org.synyx.hera.core/
implementation 'org.synyx.hera:org.synyx.hera.core:0.6'
// https://jarcasting.com/artifacts/org.synyx.hera/org.synyx.hera.core/
implementation ("org.synyx.hera:org.synyx.hera.core:0.6")
'org.synyx.hera:org.synyx.hera.core:jar:0.6'
<dependency org="org.synyx.hera" name="org.synyx.hera.core" rev="0.6">
<artifact name="org.synyx.hera.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synyx.hera', module='org.synyx.hera.core', version='0.6')
)
libraryDependencies += "org.synyx.hera" % "org.synyx.hera.core" % "0.6"
[org.synyx.hera/org.synyx.hera.core "0.6"]