License |
License |
---|---|
GroupId | GroupIdcom.btmatthews.atlas |
ArtifactId | ArtifactIdatlas-core |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAtlas Framework - Core
Various libraries building on the Spring Framework
|
Project Organization |
Project OrganizationBrian Thomas Matthews |
Filename | Size |
---|---|
atlas-core-1.0.2.pom | |
atlas-core-1.0.2.jar | 20 KB |
atlas-core-1.0.2-sources.jar | 19 KB |
atlas-core-1.0.2-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-core/ -->
<dependency>
<groupId>com.btmatthews.atlas</groupId>
<artifactId>atlas-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-core/
implementation 'com.btmatthews.atlas:atlas-core:1.0.2'
// https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-core/
implementation ("com.btmatthews.atlas:atlas-core:1.0.2")
'com.btmatthews.atlas:atlas-core:jar:1.0.2'
<dependency org="com.btmatthews.atlas" name="atlas-core" rev="1.0.2">
<artifact name="atlas-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.atlas', module='atlas-core', version='1.0.2')
)
libraryDependencies += "com.btmatthews.atlas" % "atlas-core" % "1.0.2"
[com.btmatthews.atlas/atlas-core "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 4.0.3.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.3 |
com.google.guava : guava | jar | 17.0 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.easytesting : fest-assert-core | jar | 2.0M10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |