| GroupId | GroupIdcom.github.matthewbeasley | 
|---|---|
| ArtifactId | ArtifactIdcore | 
| Last Version | Last Version2.0.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description${project.groupId}:core Core package shared by API layer and Microservices | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| core-2.0.6.pom | |
| core-2.0.6.jar | 26 MB | 
| core-2.0.6-sources.jar | 236 KB | 
| core-2.0.6-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.matthewbeasley/core/ -->
<dependency>
    <groupId>com.github.matthewbeasley</groupId>
    <artifactId>core</artifactId>
    <version>2.0.6</version>
</dependency>// https://jarcasting.com/artifacts/com.github.matthewbeasley/core/
implementation 'com.github.matthewbeasley:core:2.0.6'// https://jarcasting.com/artifacts/com.github.matthewbeasley/core/
implementation ("com.github.matthewbeasley:core:2.0.6")'com.github.matthewbeasley:core:jar:2.0.6'<dependency org="com.github.matthewbeasley" name="core" rev="2.0.6">
  <artifact name="core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.matthewbeasley', module='core', version='2.0.6')
)libraryDependencies += "com.github.matthewbeasley" % "core" % "2.0.6"[com.github.matthewbeasley/core "2.0.6"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.joda : joda-convert | jar | 1.8.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | |
| junit : junit | jar | |
| org.hamcrest : hamcrest-all | jar | 1.3 |