MVN

org.scodec : scodec-testkit_sjs1_3.0.0-M3

Maven & Gradle

Feb 17, 2021
799 stars

scodec-testkit · scodec-testkit

<dependency>
    <groupId>org.scodec</groupId>
    <artifactId>scodec-testkit_sjs1_3.0.0-M3</artifactId>
    <version>2.0-27-3fb62fc</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0-27-3fb62fc
  • Latest Release Candidate: 2.0.0-RC1

All Versions

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

Version Vulnerabilities Updated
2.0.x
scodec-testkit_sjs1_3.0.0-M3-2.0.0-RC1
scodec-testkit_sjs1_3.0.0-M3-2.0.0-M3
2.0
scodec-testkit_sjs1_3.0.0-M3-2.0-27-3fb62fc
scodec-testkit_sjs1_3.0.0-M3-2.0-26-be4b366
scodec-testkit_sjs1_3.0.0-M3-2.0-24-f4fb1ec
scodec-testkit_sjs1_3.0.0-M3-2.0-18-cfe4419
scodec-testkit_sjs1_3.0.0-M3-2.0-22-8d41250
scodec-testkit_sjs1_3.0.0-M3-2.0-20-8fa9ab7
scodec-testkit_sjs1_3.0.0-M3-2.0-16-e40cb1a
scodec-testkit_sjs1_3.0.0-M3-2.0-14-b0784f3
scodec-testkit_sjs1_3.0.0-M3-2.0-11-6363389
scodec-testkit_sjs1_3.0.0-M3-2.0-9-4c86b95
scodec-testkit_sjs1_3.0.0-M3-2.0-7-124d285
scodec-testkit_sjs1_3.0.0-M3-2.0-5-2c9b5c1
scodec-testkit_sjs1_3.0.0-M3-2.0-17-e333dd9
scodec-testkit_sjs1_3.0.0-M3-2.0-15-685d31d

How to add a dependency to Maven

Add the following org.scodec : scodec-testkit_sjs1_3.0.0-M3 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-M3</artifactId>
    <version>2.0-27-3fb62fc</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scodec:scodec-testkit_sjs1_3.0.0-M3:2.0-27-3fb62fc'

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

implementation("org.scodec:scodec-testkit_sjs1_3.0.0-M3:2.0-27-3fb62fc")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scodec" % "scodec-testkit_sjs1_3.0.0-M3" % "2.0-27-3fb62fc"

Advertisement