GroupId | GroupIdorg.synyx.hades |
---|---|
ArtifactId | ArtifactIdorg.synyx.hades.parent |
Version | Version1.6.3.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
org.synyx.hades.parent-1.6.3.RELEASE.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.parent/ -->
<dependency>
<groupId>org.synyx.hades</groupId>
<artifactId>org.synyx.hades.parent</artifactId>
<version>1.6.3.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.parent/
implementation 'org.synyx.hades:org.synyx.hades.parent:1.6.3.RELEASE'
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.parent/
implementation ("org.synyx.hades:org.synyx.hades.parent:1.6.3.RELEASE")
'org.synyx.hades:org.synyx.hades.parent:pom:1.6.3.RELEASE'
<dependency org="org.synyx.hades" name="org.synyx.hades.parent" rev="1.6.3.RELEASE">
<artifact name="org.synyx.hades.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.synyx.hades', module='org.synyx.hades.parent', version='1.6.3.RELEASE')
)
libraryDependencies += "org.synyx.hades" % "org.synyx.hades.parent" % "1.6.3.RELEASE"
[org.synyx.hades/org.synyx.hades.parent "1.6.3.RELEASE"]