| License |
License |
|---|---|
| GroupId | GroupIdio.github.together.modules |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version2.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCORE Branch: 2.2
The CORE Artifact contains typical basic functions for Java Applications.
The Module is elaborated as library and packed as JAR file. It is possible to use
this Artifact in Java EE and Java SE (Desktop) Applications. The implementation of
these library has the goal, to create an useful and compact toolbox.
|
| Filename | Size |
|---|---|
| core-2.2.0.pom | |
| core-2.2.0.jar | 109 KB |
| core-2.2.0-sources.jar | 88 KB |
| core-2.2.0-javadoc.jar | 552 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.together.modules/core/ -->
<dependency>
<groupId>io.github.together.modules</groupId>
<artifactId>core</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.together.modules/core/
implementation 'io.github.together.modules:core:2.2.0'
// https://jarcasting.com/artifacts/io.github.together.modules/core/
implementation ("io.github.together.modules:core:2.2.0")
'io.github.together.modules:core:jar:2.2.0'
<dependency org="io.github.together.modules" name="core" rev="2.2.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.together.modules', module='core', version='2.2.0')
)
libraryDependencies += "io.github.together.modules" % "core" % "2.2.0"
[io.github.together.modules/core "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.icegreen : greenmail | jar | 1.6.1 |
| org.glassfish.grizzly : grizzly-http-server-jaxws | jar | 2.4.4 |
| com.google.code.bean-matchers : bean-matchers | jar | 0.12 |
| org.mockito : mockito-core | jar | 3.6.28 |
| com.tngtech.jgiven : jgiven-core | jar | 0.18.2 |
| com.tngtech.jgiven : jgiven-junit5 | jar | 0.18.2 |
| com.tngtech.jgiven : jgiven-spring | jar | 0.18.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.platform : junit-platform-runner | jar | 1.7.0 |
| org.springframework : spring-test | jar | 5.3.1 |
| org.hibernate : hibernate-testing | jar | 5.4.25.Final |