License |
License |
---|---|
GroupId | GroupIdcom.dottydingo.hyperion |
ArtifactId | ArtifactIdhyperion-parent |
Last Version | Last Version2.0.0-EA3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHyperion Parent POM
A framework for creating data services.
|
Project URL |
Project URL |
Filename | Size |
---|---|
hyperion-parent-2.0.0-EA3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-parent/ -->
<dependency>
<groupId>com.dottydingo.hyperion</groupId>
<artifactId>hyperion-parent</artifactId>
<version>2.0.0-EA3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-parent/
implementation 'com.dottydingo.hyperion:hyperion-parent:2.0.0-EA3'
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-parent/
implementation ("com.dottydingo.hyperion:hyperion-parent:2.0.0-EA3")
'com.dottydingo.hyperion:hyperion-parent:pom:2.0.0-EA3'
<dependency org="com.dottydingo.hyperion" name="hyperion-parent" rev="2.0.0-EA3">
<artifact name="hyperion-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dottydingo.hyperion', module='hyperion-parent', version='2.0.0-EA3')
)
libraryDependencies += "com.dottydingo.hyperion" % "hyperion-parent" % "2.0.0-EA3"
[com.dottydingo.hyperion/hyperion-parent "2.0.0-EA3"]