MVN

com.efluid.oss : test-control-byte-code

Maven & Gradle

May 19, 2020
7 stars

testControlByteCode · testControlByteCode is a Junit Tool intent to check if all dependencies at runtime are present and work well

<dependency>
    <groupId>com.efluid.oss</groupId>
    <artifactId>test-control-byte-code</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.efluid.oss : test-control-byte-code to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Beta: 1.0.0-beta-9

All Versions

Choose a version of com.efluid.oss : test-control-byte-code to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
test-control-byte-code-1.7.0
1.6.x
test-control-byte-code-1.6.0
1.5.x
test-control-byte-code-1.5.0
1.4.x
test-control-byte-code-1.4.0
1.3.x
test-control-byte-code-1.3.0
1.2.x
test-control-byte-code-1.2.0
1.1.x
test-control-byte-code-1.1.0
1.0.x
test-control-byte-code-1.0.0-beta-9
test-control-byte-code-1.0.0-beta-8
test-control-byte-code-1.0.0-beta-7
test-control-byte-code-1.0.0-beta-6
test-control-byte-code-1.0.0-beta-5
test-control-byte-code-1.0.0-beta-4
test-control-byte-code-1.0.0-beta-3
test-control-byte-code-1.0.0-beta-2
test-control-byte-code-1.0.0-beta-1
test-control-byte-code-1.0.0

How to add a dependency to Maven

Add the following com.efluid.oss : test-control-byte-code maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.efluid.oss</groupId>
    <artifactId>test-control-byte-code</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.efluid.oss : test-control-byte-code gradle dependency to your build.gradle file:

implementation 'com.efluid.oss:test-control-byte-code:1.7.0'

Gradle Kotlin DSL: Add the following com.efluid.oss : test-control-byte-code gradle kotlin dependency to your build.gradle.kts file:

implementation("com.efluid.oss:test-control-byte-code:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.efluid.oss : test-control-byte-code sbt scala dependency to your build.sbt file:

libraryDependencies += "com.efluid.oss" % "test-control-byte-code" % "1.7.0"