MVN

io.github.bes2008.solution.agileway : agileway-web-javaee

Maven & Gradle

Feb 27, 2024

io.github.bes2008.solution.agileway:agileway-web-javaee:4.4.2 · Provide many web tools for servlet : global exception handler, global restful response, global filters, access logs, downloads, etc...

<dependency>
    <groupId>io.github.bes2008.solution.agileway</groupId>
    <artifactId>agileway-web-javaee</artifactId>
    <version>4.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.bes2008.solution.agileway : agileway-web-javaee to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.2

All Versions

Choose a version of io.github.bes2008.solution.agileway : agileway-web-javaee to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
agileway-web-javaee-4.4.2

How to add a dependency to Maven

Add the following io.github.bes2008.solution.agileway : agileway-web-javaee maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.bes2008.solution.agileway</groupId>
    <artifactId>agileway-web-javaee</artifactId>
    <version>4.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.bes2008.solution.agileway : agileway-web-javaee gradle dependency to your build.gradle file:

implementation 'io.github.bes2008.solution.agileway:agileway-web-javaee:4.4.2'

Gradle Kotlin DSL: Add the following io.github.bes2008.solution.agileway : agileway-web-javaee gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.bes2008.solution.agileway:agileway-web-javaee:4.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.bes2008.solution.agileway : agileway-web-javaee sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.bes2008.solution.agileway" % "agileway-web-javaee" % "4.4.2"