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

com.github.seanyinx.wing:wing 1.0.3

Scaffolding of microservice development

Группа

Группа

com.github.seanyinx.wing
Идентификатор

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

wing
Версия

Версия

1.0.3
Тип

Тип

pom

Скачать wing 1.0.3

Имя Файла Размер
wing-1.0.3.pom 11 KB
Обзор

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