MVN

com.github.stromner : ace-component-tests

Maven & Gradle

Mar 10, 2021
68.1k stars

ACE::ComponentTests

<dependency>
    <groupId>com.github.stromner</groupId>
    <artifactId>ace-component-tests</artifactId>
    <version>76</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stromner : ace-component-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 76

All Versions

Choose a version of com.github.stromner : ace-component-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
76
ace-component-tests-76
75
ace-component-tests-75
71
ace-component-tests-71

How to add a dependency to Maven

Add the following com.github.stromner : ace-component-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.stromner</groupId>
    <artifactId>ace-component-tests</artifactId>
    <version>76</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stromner : ace-component-tests gradle dependency to your build.gradle file:

implementation 'com.github.stromner:ace-component-tests:76'

Gradle Kotlin DSL: Add the following com.github.stromner : ace-component-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stromner:ace-component-tests:76")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stromner : ace-component-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stromner" % "ace-component-tests" % "76"

Advertisement