MVN

com.centit.framework : framework-filter

Maven & Gradle

Jan 13, 2021
2 usages
19 stars

com.centit.framework:framework-filter · 框架过滤器配置类

<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>framework-filter</artifactId>
    <version>5.0.2101</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.centit.framework : framework-filter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2101

All Versions

Choose a version of com.centit.framework : framework-filter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
framework-filter-5.0.2101
4.6.x
framework-filter-4.6.2007
4.4.x
framework-filter-4.4.1812
4.2.x
framework-filter-4.2.1809
framework-filter-4.2.1808
4.1.x
framework-filter-4.1.1806
framework-filter-4.1.1805
framework-filter-4.1.1803

How to add a dependency to Maven

Add the following com.centit.framework : framework-filter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>framework-filter</artifactId>
    <version>5.0.2101</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.centit.framework : framework-filter gradle dependency to your build.gradle file:

implementation 'com.centit.framework:framework-filter:5.0.2101'

Gradle Kotlin DSL: Add the following com.centit.framework : framework-filter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.centit.framework:framework-filter:5.0.2101")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.centit.framework : framework-filter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.centit.framework" % "framework-filter" % "5.0.2101"

Advertisement