Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.dottydingo.hyperion |
ArtifactId | ArtifactIdhyperion-client |
Version | Version2.0.0-EA2 |
Type | Typejar |
Filename | Size |
---|---|
hyperion-client-2.0.0-EA2.pom | |
hyperion-client-2.0.0-EA2.jar | 443 KB |
hyperion-client-2.0.0-EA2-sources.jar | 22 KB |
hyperion-client-2.0.0-EA2-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-client/ -->
<dependency>
<groupId>com.dottydingo.hyperion</groupId>
<artifactId>hyperion-client</artifactId>
<version>2.0.0-EA2</version>
</dependency>
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-client/
implementation 'com.dottydingo.hyperion:hyperion-client:2.0.0-EA2'
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-client/
implementation ("com.dottydingo.hyperion:hyperion-client:2.0.0-EA2")
'com.dottydingo.hyperion:hyperion-client:jar:2.0.0-EA2'
<dependency org="com.dottydingo.hyperion" name="hyperion-client" rev="2.0.0-EA2">
<artifact name="hyperion-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dottydingo.hyperion', module='hyperion-client', version='2.0.0-EA2')
)
libraryDependencies += "com.dottydingo.hyperion" % "hyperion-client" % "2.0.0-EA2"
[com.dottydingo.hyperion/hyperion-client "2.0.0-EA2"]