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