MVN

org.apache.any23 : apache-any23-test-resources

Maven & Gradle

Feb 22, 2022
1 usages

Apache Any23 :: Test Resources

<dependency>
    <groupId>org.apache.any23</groupId>
    <artifactId>apache-any23-test-resources</artifactId>
    <version>2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.any23 : apache-any23-test-resources to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7

All Versions

Choose a version of org.apache.any23 : apache-any23-test-resources to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7
apache-any23-test-resources-2.7
2.6
apache-any23-test-resources-2.6
2.5
apache-any23-test-resources-2.5
2.4
apache-any23-test-resources-2.4
2.3
apache-any23-test-resources-2.3
2.2
apache-any23-test-resources-2.2
2.1
apache-any23-test-resources-2.1
2.0
apache-any23-test-resources-2.0
1.1
apache-any23-test-resources-1.1
1.0
apache-any23-test-resources-1.0
0.9.x
apache-any23-test-resources-0.9.0
0.8.x
apache-any23-test-resources-0.8.0

How to add a dependency to Maven

Add the following org.apache.any23 : apache-any23-test-resources maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.any23</groupId>
    <artifactId>apache-any23-test-resources</artifactId>
    <version>2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.any23 : apache-any23-test-resources gradle dependency to your build.gradle file:

implementation 'org.apache.any23:apache-any23-test-resources:2.7'

Gradle Kotlin DSL: Add the following org.apache.any23 : apache-any23-test-resources gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.any23:apache-any23-test-resources:2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.any23 : apache-any23-test-resources sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.any23" % "apache-any23-test-resources" % "2.7"

Advertisement