License |
License |
---|---|
GroupId | GroupIdcom.github.seanyinx.wing |
ArtifactId | ArtifactIdwing-test |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScaffolding of microservice development
|
Filename | Size |
---|---|
wing-test-1.0.6.pom | |
wing-test-1.0.6.jar | 8 KB |
wing-test-1.0.6-sources.jar | 4 KB |
wing-test-1.0.6-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-test/ -->
<dependency>
<groupId>com.github.seanyinx.wing</groupId>
<artifactId>wing-test</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-test/
implementation 'com.github.seanyinx.wing:wing-test:1.0.6'
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-test/
implementation ("com.github.seanyinx.wing:wing-test:1.0.6")
'com.github.seanyinx.wing:wing-test:jar:1.0.6'
<dependency org="com.github.seanyinx.wing" name="wing-test" rev="1.0.6">
<artifact name="wing-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx.wing', module='wing-test', version='1.0.6')
)
libraryDependencies += "com.github.seanyinx.wing" % "wing-test" % "1.0.6"
[com.github.seanyinx.wing/wing-test "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.16.0 |
junit : junit | jar | 4.13.2 |