Scala wrapper for Joyent Triton mdata-client
The usage documentation can be found here
| License |
License |
|---|---|
| Categories |
CategoriesData CLI User Interface |
| GroupId | GroupIdcom.github.arcizon |
| ArtifactId | ArtifactIdtriton-mdata-client |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJoyent Triton MData Scala Client
Scala based wrapper for Joyent Triton mdata-client
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.arcizon/triton-mdata-client/ -->
<dependency>
<groupId>com.github.arcizon</groupId>
<artifactId>triton-mdata-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arcizon/triton-mdata-client/
implementation 'com.github.arcizon:triton-mdata-client:1.0.1'
// https://jarcasting.com/artifacts/com.github.arcizon/triton-mdata-client/
implementation ("com.github.arcizon:triton-mdata-client:1.0.1")
'com.github.arcizon:triton-mdata-client:jar:1.0.1'
<dependency org="com.github.arcizon" name="triton-mdata-client" rev="1.0.1">
<artifact name="triton-mdata-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arcizon', module='triton-mdata-client', version='1.0.1')
)
libraryDependencies += "com.github.arcizon" % "triton-mdata-client" % "1.0.1"
[com.github.arcizon/triton-mdata-client "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.8 |
The usage documentation can be found here