MVN

io.eqoty.secretk : cosmwasm-std-types-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>cosmwasm-std-types-js</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.1.0

All Versions

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

Version Vulnerabilities Updated
5.1.x
cosmwasm-std-types-js-5.1.0
5.0.x
cosmwasm-std-types-js-5.0.1
cosmwasm-std-types-js-5.0.0
4.0.x
cosmwasm-std-types-js-4.0.0
3.1.x
cosmwasm-std-types-js-3.1.2
cosmwasm-std-types-js-3.1.1
cosmwasm-std-types-js-3.1.0
3.0.x
cosmwasm-std-types-js-3.0.5
cosmwasm-std-types-js-3.0.4
cosmwasm-std-types-js-3.0.3
cosmwasm-std-types-js-3.0.2
cosmwasm-std-types-js-3.0.1
cosmwasm-std-types-js-3.0.0
2.6.x
cosmwasm-std-types-js-2.6.0
2.5.x
cosmwasm-std-types-js-2.5.0
2.4.x
cosmwasm-std-types-js-2.4.0
2.3.x
cosmwasm-std-types-js-2.3.0
2.2.x
cosmwasm-std-types-js-2.2.0
2.1.x
cosmwasm-std-types-js-2.1.0
2.0.x
cosmwasm-std-types-js-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.eqoty.secretk</groupId>
    <artifactId>cosmwasm-std-types-js</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.eqoty.secretk:cosmwasm-std-types-js:5.1.0'

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

implementation("io.eqoty.secretk:cosmwasm-std-types-js:5.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.eqoty.secretk" % "cosmwasm-std-types-js" % "5.1.0"

Advertisement