| GroupId | GroupIdcom.github.seanyinx.wing |
|---|---|
| ArtifactId | ArtifactIdwing-spring-experiment |
| Version | Version1.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-experiment/ -->
<dependency>
<groupId>com.github.seanyinx.wing</groupId>
<artifactId>wing-spring-experiment</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-experiment/
implementation 'com.github.seanyinx.wing:wing-spring-experiment:1.0.1'
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-experiment/
implementation ("com.github.seanyinx.wing:wing-spring-experiment:1.0.1")
'com.github.seanyinx.wing:wing-spring-experiment:jar:1.0.1'
<dependency org="com.github.seanyinx.wing" name="wing-spring-experiment" rev="1.0.1">
<artifact name="wing-spring-experiment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx.wing', module='wing-spring-experiment', version='1.0.1')
)
libraryDependencies += "com.github.seanyinx.wing" % "wing-spring-experiment" % "1.0.1"
[com.github.seanyinx.wing/wing-spring-experiment "1.0.1"]