MVN

com.mmorrell : solanaj

Maven & Gradle

Jan 27, 2023
39 stars

com.mmorrell:solanaj · Java client for Solana RPC

<dependency>
    <groupId>com.mmorrell</groupId>
    <artifactId>solanaj</artifactId>
    <version>1.13.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mmorrell : solanaj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.3

All Versions

Choose a version of com.mmorrell : solanaj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
solanaj-1.15.2
solanaj-1.15.1
1.15
solanaj-1.15
1.14
solanaj-1.14
1.13.x
solanaj-1.13.3
1.13
solanaj-1.13
1.12
solanaj-1.12
1.11
solanaj-1.11
1.10
solanaj-1.10
1.9
solanaj-1.9

How to add a dependency to Maven

Add the following com.mmorrell : solanaj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mmorrell</groupId>
    <artifactId>solanaj</artifactId>
    <version>1.13.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mmorrell : solanaj gradle dependency to your build.gradle file:

implementation 'com.mmorrell:solanaj:1.13.3'

Gradle Kotlin DSL: Add the following com.mmorrell : solanaj gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mmorrell:solanaj:1.13.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mmorrell : solanaj sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mmorrell" % "solanaj" % "1.13.3"

Advertisement