License |
License |
---|---|
GroupId | GroupIdio.aboutcode.stage.persistence |
ArtifactId | ArtifactIdcore |
Last Version | Last Version4.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStage persistence core
The core persistence layer and related functionality
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-4.0.2.pom | |
core-4.0.2.jar | 4 KB |
core-4.0.2-sources.jar | 1 KB |
core-4.0.2-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.aboutcode.stage.persistence/core/ -->
<dependency>
<groupId>io.aboutcode.stage.persistence</groupId>
<artifactId>core</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence/core/
implementation 'io.aboutcode.stage.persistence:core:4.0.2'
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence/core/
implementation ("io.aboutcode.stage.persistence:core:4.0.2")
'io.aboutcode.stage.persistence:core:jar:4.0.2'
<dependency org="io.aboutcode.stage.persistence" name="core" rev="4.0.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aboutcode.stage.persistence', module='core', version='4.0.2')
)
libraryDependencies += "io.aboutcode.stage.persistence" % "core" % "4.0.2"
[io.aboutcode.stage.persistence/core "4.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.aboutcode.stage : core | jar | 4.0.2 |
org.slf4j : slf4j-api | jar | 1.7.12 |
ch.qos.logback : logback-core | jar | 1.2.3 |
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |