MVN

org.scodec : scodec-testkit_sjs1_3.0.0-RC3

Maven & Gradle

Apr 21, 2021
799 stars

scodec-testkit · scodec-testkit

<dependency>
    <groupId>org.scodec</groupId>
    <artifactId>scodec-testkit_sjs1_3.0.0-RC3</artifactId>
    <version>2.0-6-18047ca</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scodec : scodec-testkit_sjs1_3.0.0-RC3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0-6-18047ca
  • Latest Release Candidate: 2.0.0-RC3

All Versions

Choose a version of org.scodec : scodec-testkit_sjs1_3.0.0-RC3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
scodec-testkit_sjs1_3.0.0-RC3-2.0.0-RC3
2.0
scodec-testkit_sjs1_3.0.0-RC3-2.0-6-18047ca
scodec-testkit_sjs1_3.0.0-RC3-2.0-4-c87e920
scodec-testkit_sjs1_3.0.0-RC3-2.0-3-060e91e

How to add a dependency to Maven

Add the following org.scodec : scodec-testkit_sjs1_3.0.0-RC3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scodec</groupId>
    <artifactId>scodec-testkit_sjs1_3.0.0-RC3</artifactId>
    <version>2.0-6-18047ca</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scodec : scodec-testkit_sjs1_3.0.0-RC3 gradle dependency to your build.gradle file:

implementation 'org.scodec:scodec-testkit_sjs1_3.0.0-RC3:2.0-6-18047ca'

Gradle Kotlin DSL: Add the following org.scodec : scodec-testkit_sjs1_3.0.0-RC3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scodec:scodec-testkit_sjs1_3.0.0-RC3:2.0-6-18047ca")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scodec : scodec-testkit_sjs1_3.0.0-RC3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scodec" % "scodec-testkit_sjs1_3.0.0-RC3" % "2.0-6-18047ca"

Advertisement