is not current version
Last Version 1.3.3

org.joeyb.undercarriage:core 1.1.0

null

GroupId

GroupId

org.joeyb.undercarriage
ArtifactId

ArtifactId

core
Version

Version

1.1.0
Type

Type

jar

Download core 1.1.0


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