is not current version
Last Version 5.1.3.RELEASE

com.foreach.across:across-web 5.1.0.RELEASE

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.

License

License

GroupId

GroupId

com.foreach.across
ArtifactId

ArtifactId

across-web
Version

Version

5.1.0.RELEASE
Type

Type

jar
Description

Description

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.

Download across-web 5.1.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.foreach.across/across-web/ -->
<dependency>
    <groupId>com.foreach.across</groupId>
    <artifactId>across-web</artifactId>
    <version>5.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.across/across-web/
implementation 'com.foreach.across:across-web:5.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.foreach.across/across-web/
implementation ("com.foreach.across:across-web:5.1.0.RELEASE")
'com.foreach.across:across-web:jar:5.1.0.RELEASE'
<dependency org="com.foreach.across" name="across-web" rev="5.1.0.RELEASE">
  <artifact name="across-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.across', module='across-web', version='5.1.0.RELEASE')
)
libraryDependencies += "com.foreach.across" % "across-web" % "5.1.0.RELEASE"
[com.foreach.across/across-web "5.1.0.RELEASE"]

Dependencies

compile (15)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.3.5.RELEASE
javax.servlet : jstl Optional jar 1.2
org.thymeleaf : thymeleaf-spring5 jar 3.0.11.RELEASE
org.thymeleaf.extras : thymeleaf-extras-java8time jar 3.0.4.RELEASE
com.foreach.across : across-core jar 5.1.0.RELEASE
org.springframework : spring-webmvc jar
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-databind jar
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar
org.springframework : spring-messaging Optional jar
org.springframework : spring-websocket Optional jar
org.springframework.boot : spring-boot-autoconfigure jar 2.3.5.RELEASE
org.yaml : snakeyaml jar 1.26
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.3.5.RELEASE
org.springframework.boot : spring-boot-devtools Optional jar 2.3.5.RELEASE

provided (4)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1
org.eclipse.jetty.orbit : javax.servlet.jsp jar 2.2.0.v201112011158
org.projectlombok : lombok jar 1.18.16
com.google.code.findbugs : jsr305 jar 3.0.2

test (11)

Group / Artifact Type Version
javax.validation : validation-api jar 2.0.1.Final
org.springframework.boot : spring-boot-starter-validation jar 2.3.5.RELEASE
org.springframework.boot : spring-boot-starter-tomcat jar 2.3.5.RELEASE
org.springframework.boot : spring-boot-test jar 2.3.5.RELEASE
org.webjars : jquery jar 3.3.0
org.junit.jupiter : junit-jupiter-engine jar
org.hamcrest : hamcrest-core jar 2.2
org.mockito : mockito-core jar 3.3.3
org.mockito : mockito-junit-jupiter jar 3.3.3
org.springframework : spring-test jar
org.assertj : assertj-core jar 3.16.1

Project Modules

There are no modules declared in this project.