MVN

org.scodec : scodec-testkit_3.0.0-RC1

Maven & Gradle

Apr 01, 2021
799 stars

scodec-testkit · scodec-testkit

<dependency>
    <groupId>org.scodec</groupId>
    <artifactId>scodec-testkit_3.0.0-RC1</artifactId>
    <version>2.0-2-035acc0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0-2-035acc0
  • Latest Release Candidate: 2.0.0-RC2

All Versions

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

Version Vulnerabilities Updated
2.0
scodec-testkit_3.0.0-RC1-2.0-2-035acc0
scodec-testkit_3.0.0-RC1-2.0-1-6e818b1
scodec-testkit_3.0.0-RC1-2.0-18-371229c
scodec-testkit_3.0.0-RC1-2.0-17-fe84424
scodec-testkit_3.0.0-RC1-2.0-16-011fe29
scodec-testkit_3.0.0-RC1-2.0-15-f129c07
scodec-testkit_3.0.0-RC1-2.0-14-9faa644
scodec-testkit_3.0.0-RC1-2.0-13-5321804
scodec-testkit_3.0.0-RC1-2.0-12-57985f2
scodec-testkit_3.0.0-RC1-2.0-11-ef43374
scodec-testkit_3.0.0-RC1-2.0-10-e801e85
scodec-testkit_3.0.0-RC1-2.0-9-8834c91
scodec-testkit_3.0.0-RC1-2.0-8-79c0802
scodec-testkit_3.0.0-RC1-2.0-7-e18b70e
scodec-testkit_3.0.0-RC1-2.0-6-a8bada0
scodec-testkit_3.0.0-RC1-2.0-5-77b7664
scodec-testkit_3.0.0-RC1-2.0-3-59723e4
scodec-testkit_3.0.0-RC1-2.0-27-3fb62fc
2.0.x
scodec-testkit_3.0.0-RC1-2.0.0-RC2
scodec-testkit_3.0.0-RC1-2.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scodec</groupId>
    <artifactId>scodec-testkit_3.0.0-RC1</artifactId>
    <version>2.0-2-035acc0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scodec:scodec-testkit_3.0.0-RC1:2.0-2-035acc0'

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

implementation("org.scodec:scodec-testkit_3.0.0-RC1:2.0-2-035acc0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scodec" % "scodec-testkit_3.0.0-RC1" % "2.0-2-035acc0"

Advertisement