MVN

im.mak : paddle

Maven & Gradle

Jun 09, 2022
12 stars

Paddle · Paddle library helps developers to write tests for smart contracts on Waves blockchain

<dependency>
    <groupId>im.mak</groupId>
    <artifactId>paddle</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of im.mak : paddle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2
  • Latest Release Candidate: 1.0.0-rc12

All Versions

Choose a version of im.mak : paddle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
paddle-1.0.0-rc12
paddle-1.0.0-rc11
paddle-1.0.0-rc10
paddle-1.0.0-rc9
paddle-1.0.0-rc8
paddle-1.0.0-rc7
paddle-1.0.0-rc6
paddle-1.0.0-rc5
paddle-1.0.0-rc4
paddle-1.0.0-rc3
paddle-1.0.0-rc2
paddle-1.0.0-rc1
0.5.x
paddle-0.5.2
paddle-0.5.1
0.5
paddle-0.5
0.4.x
paddle-0.4.1
0.4
paddle-0.4
0.3
paddle-0.3
0.2.x
paddle-0.2.1
0.2
paddle-0.2
0.1
paddle-0.1

How to add a dependency to Maven

Add the following im.mak : paddle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>im.mak</groupId>
    <artifactId>paddle</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following im.mak : paddle gradle dependency to your build.gradle file:

implementation 'im.mak:paddle:0.5.2'

Gradle Kotlin DSL: Add the following im.mak : paddle gradle kotlin dependency to your build.gradle.kts file:

implementation("im.mak:paddle:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following im.mak : paddle sbt scala dependency to your build.sbt file:

libraryDependencies += "im.mak" % "paddle" % "0.5.2"

Advertisement