License |
License |
---|---|
GroupId | GroupIdcom.foreach.across |
ArtifactId | ArtifactIdacross-test |
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-test-5.1.3.RELEASE.pom | |
across-test-5.1.3.RELEASE.jar | 52 KB |
across-test-5.1.3.RELEASE-sources.jar | 48 KB |
across-test-5.1.3.RELEASE-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foreach.across/across-test/ -->
<dependency>
<groupId>com.foreach.across</groupId>
<artifactId>across-test</artifactId>
<version>5.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.across/across-test/
implementation 'com.foreach.across:across-test:5.1.3.RELEASE'
// https://jarcasting.com/artifacts/com.foreach.across/across-test/
implementation ("com.foreach.across:across-test:5.1.3.RELEASE")
'com.foreach.across:across-test:jar:5.1.3.RELEASE'
<dependency org="com.foreach.across" name="across-test" rev="5.1.3.RELEASE">
<artifact name="across-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.across', module='across-test', version='5.1.3.RELEASE')
)
libraryDependencies += "com.foreach.across" % "across-test" % "5.1.3.RELEASE"
[com.foreach.across/across-test "5.1.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar | |
org.junit.jupiter : junit-jupiter | jar | |
com.foreach.across : across-core | jar | 5.1.3.RELEASE |
com.foreach.across : across-web Optional | jar | 5.1.3.RELEASE |
com.zaxxer : HikariCP | jar | 3.4.5 |
org.springframework : spring-test | jar | |
org.springframework.boot : spring-boot-test | jar | 2.3.12.RELEASE |
org.springframework : spring-orm | jar | |
org.hsqldb : hsqldb | jar | 2.5.2 |
org.xmlunit : xmlunit-matchers | jar | 2.7.0 |
org.mockito : mockito-core | jar | 3.3.3 |
org.testcontainers : testcontainers | jar | |
org.testcontainers : mysql | jar | |
org.testcontainers : postgresql | jar | |
org.testcontainers : mssqlserver | jar | |
org.testcontainers : oracle-xe | jar |
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 |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.25 |
org.postgresql : postgresql | jar | 42.2.20 |
com.h2database : h2 | jar | 1.4.200 |
com.oracle » ojdbc6 | jar | 11.2.0 |
com.microsoft.sqlserver : mssql-jdbc | jar | 7.4.1.jre8 |
com.fasterxml.jackson.core : jackson-core | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.springframework.boot : spring-boot-properties-migrator | jar | 2.3.12.RELEASE |
org.springframework.boot : spring-boot-starter-tomcat | jar | 2.3.12.RELEASE |
org.jsoup : jsoup | jar | 1.9.1 |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.hamcrest : hamcrest-core | jar | 2.2 |
org.mockito : mockito-junit-jupiter | jar | 3.3.3 |
org.assertj : assertj-core | jar | 3.16.1 |