is not current version
Last Version 1.1.2

dev.haven:api-client 1.1.1

Client for using the https://haven.dev API

Categories

Categories

CLI User Interface
GroupId

GroupId

dev.haven
ArtifactId

ArtifactId

api-client
Version

Version

1.1.1
Type

Type

jar

Download api-client 1.1.1


<!-- https://jarcasting.com/artifacts/dev.haven/api-client/ -->
<dependency>
    <groupId>dev.haven</groupId>
    <artifactId>api-client</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.haven/api-client/
implementation 'dev.haven:api-client:1.1.1'
// https://jarcasting.com/artifacts/dev.haven/api-client/
implementation ("dev.haven:api-client:1.1.1")
'dev.haven:api-client:jar:1.1.1'
<dependency org="dev.haven" name="api-client" rev="1.1.1">
  <artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.haven', module='api-client', version='1.1.1')
)
libraryDependencies += "dev.haven" % "api-client" % "1.1.1"
[dev.haven/api-client "1.1.1"]