GroupId | GroupIdcom.dottydingo.hyperion |
---|---|
ArtifactId | ArtifactIdhyperion-parent |
Version | Version1.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
hyperion-parent-1.0.0-RC1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-parent/ -->
<dependency>
<groupId>com.dottydingo.hyperion</groupId>
<artifactId>hyperion-parent</artifactId>
<version>1.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-parent/
implementation 'com.dottydingo.hyperion:hyperion-parent:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-parent/
implementation ("com.dottydingo.hyperion:hyperion-parent:1.0.0-RC1")
'com.dottydingo.hyperion:hyperion-parent:pom:1.0.0-RC1'
<dependency org="com.dottydingo.hyperion" name="hyperion-parent" rev="1.0.0-RC1">
<artifact name="hyperion-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dottydingo.hyperion', module='hyperion-parent', version='1.0.0-RC1')
)
libraryDependencies += "com.dottydingo.hyperion" % "hyperion-parent" % "1.0.0-RC1"
[com.dottydingo.hyperion/hyperion-parent "1.0.0-RC1"]