License |
License |
---|---|
GroupId | GroupIdcom.foreach.across |
ArtifactId | ArtifactIdacross-core |
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-core-5.1.3.RELEASE.pom | |
across-core-5.1.3.RELEASE.jar | 435 KB |
across-core-5.1.3.RELEASE-sources.jar | 327 KB |
across-core-5.1.3.RELEASE-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foreach.across/across-core/ -->
<dependency>
<groupId>com.foreach.across</groupId>
<artifactId>across-core</artifactId>
<version>5.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.across/across-core/
implementation 'com.foreach.across:across-core:5.1.3.RELEASE'
// https://jarcasting.com/artifacts/com.foreach.across/across-core/
implementation ("com.foreach.across:across-core:5.1.3.RELEASE")
'com.foreach.across:across-core:jar:5.1.3.RELEASE'
<dependency org="com.foreach.across" name="across-core" rev="5.1.3.RELEASE">
<artifact name="across-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.across', module='across-core', version='5.1.3.RELEASE')
)
libraryDependencies += "com.foreach.across" % "across-core" % "5.1.3.RELEASE"
[com.foreach.across/across-core "5.1.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.12.RELEASE |
org.yaml : snakeyaml | jar | 1.26 |
com.foreach.libs : common-concurrent | jar | 1.1 |
org.springframework : spring-context | jar | |
org.springframework : spring-jdbc | jar | |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
org.apache.commons : commons-lang3 | jar | 3.10 |
org.liquibase : liquibase-core | jar | 3.8.9 |
org.springframework : spring-webmvc Optional | jar | |
org.springframework.boot : spring-boot-starter-validation Optional | jar | 2.3.12.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.projectlombok : lombok | jar | 1.18.20 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-orm | jar | |
org.aspectj : aspectjweaver | jar | 1.9.6 |
com.zaxxer : HikariCP | jar | 3.4.5 |
org.hsqldb : hsqldb | jar | 2.5.2 |
org.hibernate : hibernate-entitymanager | jar | 5.4.32.Final |
org.springframework.boot : spring-boot-test | jar | 2.3.12.RELEASE |
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 |