License |
License |
---|---|
GroupId | GroupIdcom.github.seanyinx.wing |
ArtifactId | ArtifactIdwing |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWing
Scaffolding of microservice development
|
Filename | Size |
---|---|
wing-1.0.6.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing/ -->
<dependency>
<groupId>com.github.seanyinx.wing</groupId>
<artifactId>wing</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing/
implementation 'com.github.seanyinx.wing:wing:1.0.6'
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing/
implementation ("com.github.seanyinx.wing:wing:1.0.6")
'com.github.seanyinx.wing:wing:pom:1.0.6'
<dependency org="com.github.seanyinx.wing" name="wing" rev="1.0.6">
<artifact name="wing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx.wing', module='wing', version='1.0.6')
)
libraryDependencies += "com.github.seanyinx.wing" % "wing" % "1.0.6"
[com.github.seanyinx.wing/wing "1.0.6"]