is not current version
Last Version 2.1.1

org.webpieces:core 2.0.9

testing this out

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

core
Version

Version

2.0.9
Type

Type

jar

Download core 2.0.9


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