is not current version
Last Version 2.0.6

com.github.matthewbeasley:core 2.0.5

Core package shared by API layer and Microservices

GroupId

GroupId

com.github.matthewbeasley
ArtifactId

ArtifactId

core
Version

Version

2.0.5
Type

Type

jar

Download core 2.0.5


<!-- https://jarcasting.com/artifacts/com.github.matthewbeasley/core/ -->
<dependency>
    <groupId>com.github.matthewbeasley</groupId>
    <artifactId>core</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.matthewbeasley/core/
implementation 'com.github.matthewbeasley:core:2.0.5'
// https://jarcasting.com/artifacts/com.github.matthewbeasley/core/
implementation ("com.github.matthewbeasley:core:2.0.5")
'com.github.matthewbeasley:core:jar:2.0.5'
<dependency org="com.github.matthewbeasley" name="core" rev="2.0.5">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.matthewbeasley', module='core', version='2.0.5')
)
libraryDependencies += "com.github.matthewbeasley" % "core" % "2.0.5"
[com.github.matthewbeasley/core "2.0.5"]