License |
License |
---|---|
GroupId | GroupIdcom.foreach.across |
ArtifactId | ArtifactIdacross-web |
Last Version | Last Version5.1.3.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAcross 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.
|
Filename | Size |
---|---|
across-web-5.1.3.RELEASE.pom | |
across-web-5.1.3.RELEASE.jar | 306 KB |
across-web-5.1.3.RELEASE-sources.jar | 247 KB |
across-web-5.1.3.RELEASE-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foreach.across/across-web/ -->
<dependency>
<groupId>com.foreach.across</groupId>
<artifactId>across-web</artifactId>
<version>5.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.across/across-web/
implementation 'com.foreach.across:across-web:5.1.3.RELEASE'
// https://jarcasting.com/artifacts/com.foreach.across/across-web/
implementation ("com.foreach.across:across-web:5.1.3.RELEASE")
'com.foreach.across:across-web:jar:5.1.3.RELEASE'
<dependency org="com.foreach.across" name="across-web" rev="5.1.3.RELEASE">
<artifact name="across-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.across', module='across-web', version='5.1.3.RELEASE')
)
libraryDependencies += "com.foreach.across" % "across-web" % "5.1.3.RELEASE"
[com.foreach.across/across-web "5.1.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.12.RELEASE |
javax.servlet : jstl Optional | jar | 1.2 |
org.thymeleaf : thymeleaf-spring5 | jar | 3.0.12.RELEASE |
org.thymeleaf.extras : thymeleaf-extras-java8time | jar | 3.0.4.RELEASE |
com.foreach.across : across-core | jar | 5.1.3.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.12.RELEASE |
org.yaml : snakeyaml | jar | 1.26 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.12.RELEASE |
org.springframework.boot : spring-boot-devtools Optional | jar | 2.3.12.RELEASE |
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.20 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 2.0.1.Final |
org.springframework.boot : spring-boot-starter-validation | jar | 2.3.12.RELEASE |
org.springframework.boot : spring-boot-starter-tomcat | jar | 2.3.12.RELEASE |
org.springframework.boot : spring-boot-test | jar | 2.3.12.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 |