MVN

org.anyboot : anyboot-mvc

Maven & Gradle

Jan 03, 2023
2 usages

anyboot-mvc · anyboot-mvc

<dependency>
    <groupId>org.anyboot</groupId>
    <artifactId>anyboot-mvc</artifactId>
    <version>8.6.1.2612-20230103</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anyboot : anyboot-mvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.6.1.2612-20230103
  • Latest Beta: 8.5.3.255-beta3

All Versions

Choose a version of org.anyboot : anyboot-mvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.6.x
anyboot-mvc-8.6.1.2612-20230103
anyboot-mvc-8.6.1.2612-20221230
anyboot-mvc-8.6.1.2612-20221229
anyboot-mvc-8.6.1.2612-20221226
anyboot-mvc-8.6.1.2612-20221223
anyboot-mvc-8.6.1.2612-20221216
anyboot-mvc-8.6.1.2612-20221212
anyboot-mvc-8.6.1.2612-20221209
anyboot-mvc-8.6.1.2612-20221207
anyboot-mvc-8.6.1.2612-20221202
anyboot-mvc-8.6.1.2612-20221201
anyboot-mvc-8.6.1.2612-20221130
anyboot-mvc-8.6.1.2612-20221129
anyboot-mvc-8.6.1.2612-20221123
anyboot-mvc-8.6.1.2612-20221122
anyboot-mvc-8.6.1.2612-20221116
anyboot-mvc-8.6.1.2612-20221111
anyboot-mvc-8.6.1.2612-20221110
anyboot-mvc-8.6.1.2612-20221105
anyboot-mvc-8.6.1.2612-20221028
anyboot-mvc-8.6.1.2612-20221027
anyboot-mvc-8.6.1.2612-20221026
anyboot-mvc-8.6.1.2612-20221010
anyboot-mvc-8.6.1.2612-20221009
anyboot-mvc-8.6.1.2612-20221008
8.5.x
anyboot-mvc-8.5.7.2512-20220922
anyboot-mvc-8.5.7.2512-20220920
anyboot-mvc-8.5.7.2512-20220908
anyboot-mvc-8.5.7.2512-20220907
anyboot-mvc-8.5.7.2512-20220906
anyboot-mvc-8.5.7.2512-20220825
anyboot-mvc-8.5.7.2512-20220822
anyboot-mvc-8.5.7.2512-20220820
anyboot-mvc-8.5.7.2512-20220819
anyboot-mvc-8.5.7.2512-20220818
anyboot-mvc-8.5.7.2512-20220816
anyboot-mvc-8.5.7.2512-20220815
anyboot-mvc-8.5.6.2512-20220810
anyboot-mvc-8.5.6.2512-20220809
anyboot-mvc-8.5.6.2512-20220808
anyboot-mvc-8.5.5.2512-20220805
anyboot-mvc-8.5.5.2512-20220802
anyboot-mvc-8.5.5.2512-20220801
anyboot-mvc-8.5.5.2512-20220725
anyboot-mvc-8.5.3.2312-20220630
anyboot-mvc-8.5.3.2312-20220629
anyboot-mvc-8.5.3.2312-20220623
anyboot-mvc-8.5.3.2312-20220615
anyboot-mvc-8.5.3.2312-20220609
anyboot-mvc-8.5.3.2312-20220601
anyboot-mvc-8.5.3.2312-20220526
anyboot-mvc-8.5.3.2312-20220525
anyboot-mvc-8.5.3.2312-20220520
anyboot-mvc-8.5.3.255-beta3
anyboot-mvc-8.5.3.255-beta2
anyboot-mvc-8.5.3.255-beta1
anyboot-mvc-8.5.2.2312-20220501
anyboot-mvc-8.5.2.2117-20220312
anyboot-mvc-8.5.2.2117-20220305
anyboot-mvc-8.5.2.2117-20220302
anyboot-mvc-8.5.2.2117-20220301
anyboot-mvc-8.5.2.2117-20220228
anyboot-mvc-8.5.2.2117-20220227
anyboot-mvc-8.5.2.2117-20220226
anyboot-mvc-8.5.2.2117-20220225
anyboot-mvc-8.5.2.2117-20220222
anyboot-mvc-8.5.2.2117-20220210
anyboot-mvc-8.5.2.2117-20220209
anyboot-mvc-8.5.2.2117-20220208
anyboot-mvc-8.5.1.2117-RELEASE
anyboot-mvc-8.5.1.2117
anyboot-mvc-8.5.1.2117-20220222
anyboot-mvc-8.5.1.2117-20220220
anyboot-mvc-8.5.1.2117-20220218
anyboot-mvc-8.5.1.2117-20220216
anyboot-mvc-8.5.1.2117-20220215
anyboot-mvc-8.5.1.2117-20220210
anyboot-mvc-8.5.1.2117-20220209
anyboot-mvc-8.5.1.2117-20220208
anyboot-mvc-8.5.1.2117-20220126
anyboot-mvc-8.5.1.2117-20220120
anyboot-mvc-8.5.1.2117-20220111
anyboot-mvc-8.5.1.2312-20211229
8.3.x
anyboot-mvc-8.3.9.215
anyboot-mvc-8.3.8.206
anyboot-mvc-8.3.7.215

How to add a dependency to Maven

Add the following org.anyboot : anyboot-mvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.anyboot</groupId>
    <artifactId>anyboot-mvc</artifactId>
    <version>8.6.1.2612-20230103</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.anyboot : anyboot-mvc gradle dependency to your build.gradle file:

implementation 'org.anyboot:anyboot-mvc:8.6.1.2612-20230103'

Gradle Kotlin DSL: Add the following org.anyboot : anyboot-mvc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.anyboot:anyboot-mvc:8.6.1.2612-20230103")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.anyboot : anyboot-mvc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.anyboot" % "anyboot-mvc" % "8.6.1.2612-20230103"

Advertisement