| GroupId | GroupIdcom.github.seanyinx.wing |
|---|---|
| ArtifactId | ArtifactIdwing |
| Version | Version1.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wing-1.0.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing/
implementation 'com.github.seanyinx.wing:wing:1.0.2'
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing/
implementation ("com.github.seanyinx.wing:wing:1.0.2")
'com.github.seanyinx.wing:wing:pom:1.0.2'
<dependency org="com.github.seanyinx.wing" name="wing" rev="1.0.2">
<artifact name="wing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx.wing', module='wing', version='1.0.2')
)
libraryDependencies += "com.github.seanyinx.wing" % "wing" % "1.0.2"
[com.github.seanyinx.wing/wing "1.0.2"]