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

com.strategicgains.archetype:restexpress-archetype 1.1

Maven archetypes for creating RestExpress project

Категории

Категории

RestExpress Межпрограммное взаимодействие REST Frameworks
Группа

Группа

com.strategicgains.archetype
Идентификатор

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

restexpress-archetype
Версия

Версия

1.1
Тип

Тип

pom

Скачать restexpress-archetype 1.1

Имя Файла Размер
restexpress-archetype-1.1.pom 2 KB
Обзор

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