is not current version
Last Version 5.1.3.RELEASE

com.foreach.across:across-core 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-core
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-core 5.1.0.RELEASE


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

Dependencies

compile (12)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.3.5.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.5.RELEASE

provided (3)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1
org.projectlombok : lombok jar 1.18.16
com.google.code.findbugs : jsr305 jar 3.0.2

test (12)

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.1
org.hibernate : hibernate-entitymanager jar 5.4.22.Final
org.springframework.boot : spring-boot-test jar 2.3.5.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

Project Modules

There are no modules declared in this project.