is not current version
Last Version 5.3

org.piangles.core:Core 3.9

Core framework contains common reusable code that is leveraged by all services both Backbone and Application.

GroupId

GroupId

org.piangles.core
ArtifactId

ArtifactId

Core
Version

Version

3.9
Type

Type

jar

Download Core 3.9


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