MVN

io.eqoty.secretk : client-js

Maven & Gradle

Aug 24, 2023
11 stars

secretk · A Kotlin multiplatform REST client utilizing secret network's gRPC gateway endpoints.

<dependency>
    <groupId>io.eqoty.secretk</groupId>
    <artifactId>client-js</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.eqoty.secretk : client-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of io.eqoty.secretk : client-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
client-js-5.1.0
5.0.x
client-js-5.0.1
client-js-5.0.0
4.0.x
client-js-4.0.0
3.1.x
client-js-3.1.2
client-js-3.1.1
client-js-3.1.0
3.0.x
client-js-3.0.5
client-js-3.0.4
client-js-3.0.3
client-js-3.0.2
client-js-3.0.1
client-js-3.0.0
2.6.x
client-js-2.6.0
2.5.x
client-js-2.5.0
2.4.x
client-js-2.4.0
2.3.x
client-js-2.3.0
2.2.x
client-js-2.2.0
2.1.x
client-js-2.1.0
2.0.x
client-js-2.0.0
1.3.x
client-js-1.3.0
1.2.x
client-js-1.2.3
client-js-1.2.2
client-js-1.2.1
client-js-1.2.0
1.1.x
client-js-1.1.0
1.0.x
client-js-1.0.0
0.16.x
client-js-0.16.0
0.15.x
client-js-0.15.0
0.14.x
client-js-0.14.1
client-js-0.14.0
0.13.x
client-js-0.13.0
0.12.x
client-js-0.12.1
client-js-0.12.0
0.11.x
client-js-0.11.0
0.10.x
client-js-0.10.0
0.9.x
client-js-0.9.0
0.8.x
client-js-0.8.1
client-js-0.8.0
0.7.x
client-js-0.7.0
0.6.x
client-js-0.6.0
0.5.x
client-js-0.5.0
0.4.x
client-js-0.4.0
0.3.x
client-js-0.3.3
client-js-0.3.2
client-js-0.3.1
client-js-0.3.0
0.2.x
client-js-0.2.1
0.1.x
client-js-0.1.2
client-js-0.1.1

How to add a dependency to Maven

Add the following io.eqoty.secretk : client-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.eqoty.secretk</groupId>
    <artifactId>client-js</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.eqoty.secretk : client-js gradle dependency to your build.gradle file:

implementation 'io.eqoty.secretk:client-js:5.1.0'

Gradle Kotlin DSL: Add the following io.eqoty.secretk : client-js gradle kotlin dependency to your build.gradle.kts file:

implementation("io.eqoty.secretk:client-js:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.eqoty.secretk : client-js sbt scala dependency to your build.sbt file:

libraryDependencies += "io.eqoty.secretk" % "client-js" % "5.1.0"