не последняя версия
Последняя версия 1.3

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

Base archetype of xethh libs

Группа

Группа

me.xethh.archetype.quickstart
Идентификатор

Идентификатор

quickstart-lib
Версия

Версия

1.0-RELEASE
Тип

Тип

jar

Скачать 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"]