is not current version
Last Version 1.3

me.xethh.archetype.quickstart:quickstart-lib 1.0-RELEASE

Base archetype of xethh libs

GroupId

GroupId

me.xethh.archetype.quickstart
ArtifactId

ArtifactId

quickstart-lib
Version

Version

1.0-RELEASE
Type

Type

jar

Download quickstart-lib 1.0-RELEASE


<!-- https://jarcasting.com/artifacts/me.xethh.archetype.quickstart/quickstart-lib/ -->
<dependency>
    <groupId>me.xethh.archetype.quickstart</groupId>
    <artifactId>quickstart-lib</artifactId>
    <version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.archetype.quickstart/quickstart-lib/
implementation 'me.xethh.archetype.quickstart:quickstart-lib:1.0-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.archetype.quickstart/quickstart-lib/
implementation ("me.xethh.archetype.quickstart:quickstart-lib:1.0-RELEASE")
'me.xethh.archetype.quickstart:quickstart-lib:jar:1.0-RELEASE'
<dependency org="me.xethh.archetype.quickstart" name="quickstart-lib" rev="1.0-RELEASE">
  <artifact name="quickstart-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.archetype.quickstart', module='quickstart-lib', version='1.0-RELEASE')
)
libraryDependencies += "me.xethh.archetype.quickstart" % "quickstart-lib" % "1.0-RELEASE"
[me.xethh.archetype.quickstart/quickstart-lib "1.0-RELEASE"]