MVN

com.foreach.across : across-web

Maven & Gradle

Aug 22, 2023
38 usages

Across is a Java framework that aims to facilitate module based development for Java (web) applications. It builds heavily on Spring framework and allows defining a module consisting of a number of classes and configuration files. Every module defines its own Spring application context and can share one or more beans with other modules.

<dependency>
    <groupId>com.foreach.across</groupId>
    <artifactId>across-web</artifactId>
    <version>5.2.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.foreach.across : across-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.1.RELEASE

All Versions

Choose a version of com.foreach.across : across-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
across-web-5.2.1.RELEASE
5.1.x
across-web-5.1.3.RELEASE
across-web-5.1.2.RELEASE
across-web-5.1.1.RELEASE
across-web-5.1.0.RELEASE
5.0.x
across-web-5.0.2.RELEASE
across-web-5.0.1.RELEASE
across-web-5.0.0.RELEASE
3.2.x
across-web-3.2.1.RELEASE
across-web-3.2.0.RELEASE
3.1.x
across-web-3.1.2.RELEASE
across-web-3.1.1.RELEASE
across-web-3.1.0.RELEASE
3.0.x
across-web-3.0.0.RELEASE
2.1.x
across-web-2.1.1.RELEASE
across-web-2.1.0.RELEASE
2.0.x
across-web-2.0.0.RELEASE
1.1.x
across-web-1.1.3.RELEASE
across-web-1.1.2.RELEASE
across-web-1.1.1.RELEASE
1.0.x
across-web-1.0.6.RELEASE

How to add a dependency to Maven

Add the following com.foreach.across : across-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.foreach.across</groupId>
    <artifactId>across-web</artifactId>
    <version>5.2.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.foreach.across : across-web gradle dependency to your build.gradle file:

implementation 'com.foreach.across:across-web:5.2.1.RELEASE'

Gradle Kotlin DSL: Add the following com.foreach.across : across-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.foreach.across:across-web:5.2.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.foreach.across : across-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.foreach.across" % "across-web" % "5.2.1.RELEASE"

Advertisement

Dependencies from Group

Aug 22, 2023
38 usages
Aug 22, 2023
23 usages
Aug 22, 2023
18 usages

Discover Dependencies

Nov 04, 2017
2 usages
33 stars
Oct 28, 2015
1 usages
Oct 30, 2015
3 usages
1 stars
Jun 21, 2016
2 usages
113 stars
Oct 31, 2015
1 usages
113 stars
Oct 27, 2015
230 stars
Feb 24, 2017
1.6k stars
Dec 17, 2015
1 usages