a

across-web

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.
The Apache License, Version 2.0
Foreach
Files download
File Operation
across-web-5.3.0.jar download
across-web-5.3.0.pom download
across-web-5.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.foreach.across</groupId>
  <artifactId>across-web</artifactId>
  <version>5.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.foreach.across:across-web:5.3.0'
Gradle Kotlin
implementation("com.foreach.across:across-web:5.3.0")
Scala SBT
libraryDependencies += "com.foreach.across" % "across-web" % "5.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.foreach.across', module='across-web', version='5.3.0')
)
Apache Ivy
<dependency org="com.foreach.across" name="across-web" rev="5.3.0" />
Leiningen
[com.foreach.across/across-web "5.3.0"]
Apache Buildr
'com.foreach.across:across-web:jar:5.3.0'