MVN

com.hreeinfo.commons : commons-embed-server-tomcat

Maven & Gradle

Apr 03, 2020
0 stars

commons-embed-server · Commons embed server package, use for unit test and plugins.

<dependency>
    <groupId>com.hreeinfo.commons</groupId>
    <artifactId>commons-embed-server-tomcat</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hreeinfo.commons : commons-embed-server-tomcat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.hreeinfo.commons : commons-embed-server-tomcat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
commons-embed-server-tomcat-2.1
1.1
commons-embed-server-tomcat-1.1
1.0.x
commons-embed-server-tomcat-1.0.1
1.0
commons-embed-server-tomcat-1.0
0.9
commons-embed-server-tomcat-0.9
0.2
commons-embed-server-tomcat-0.2
0.1.x
commons-embed-server-tomcat-0.1.2
commons-embed-server-tomcat-0.1.1

How to add a dependency to Maven

Add the following com.hreeinfo.commons : commons-embed-server-tomcat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hreeinfo.commons</groupId>
    <artifactId>commons-embed-server-tomcat</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hreeinfo.commons : commons-embed-server-tomcat gradle dependency to your build.gradle file:

implementation 'com.hreeinfo.commons:commons-embed-server-tomcat:2.1'

Gradle Kotlin DSL: Add the following com.hreeinfo.commons : commons-embed-server-tomcat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hreeinfo.commons:commons-embed-server-tomcat:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hreeinfo.commons : commons-embed-server-tomcat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hreeinfo.commons" % "commons-embed-server-tomcat" % "2.1"

Advertisement