MVN

io.github.ohltao : com.arms.yywp

Maven & Gradle

Jan 07, 2022
1 stars

yywp · A Global filter for Spring

<dependency>
    <groupId>io.github.ohltao</groupId>
    <artifactId>com.arms.yywp</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ohltao : com.arms.yywp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of io.github.ohltao : com.arms.yywp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
com.arms.yywp-2.5
2.4
com.arms.yywp-2.4
2.3
com.arms.yywp-2.3
2.2
com.arms.yywp-2.2
2.1
com.arms.yywp-2.1
2.0
com.arms.yywp-2.0
1.9
com.arms.yywp-1.9
1.8
com.arms.yywp-1.8
1.6
com.arms.yywp-1.6
1.5
com.arms.yywp-1.5
1.3
com.arms.yywp-1.3
1.2
com.arms.yywp-1.2
1.0
com.arms.yywp-1.0

How to add a dependency to Maven

Add the following io.github.ohltao : com.arms.yywp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ohltao</groupId>
    <artifactId>com.arms.yywp</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ohltao : com.arms.yywp gradle dependency to your build.gradle file:

implementation 'io.github.ohltao:com.arms.yywp:2.5'

Gradle Kotlin DSL: Add the following io.github.ohltao : com.arms.yywp gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ohltao:com.arms.yywp:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ohltao : com.arms.yywp sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ohltao" % "com.arms.yywp" % "2.5"

Advertisement