| License |
License |
|---|---|
| GroupId | GroupIdcom.github.seanyinx.wing |
| ArtifactId | ArtifactIdwing-core |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionScaffolding of microservice development
|
| Filename | Size |
|---|---|
| wing-core-1.0.6.pom | |
| wing-core-1.0.6.jar | 8 KB |
| wing-core-1.0.6-sources.jar | 5 KB |
| wing-core-1.0.6-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-core/ -->
<dependency>
<groupId>com.github.seanyinx.wing</groupId>
<artifactId>wing-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-core/
implementation 'com.github.seanyinx.wing:wing-core:1.0.6'
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-core/
implementation ("com.github.seanyinx.wing:wing-core:1.0.6")
'com.github.seanyinx.wing:wing-core:jar:1.0.6'
<dependency org="com.github.seanyinx.wing" name="wing-core" rev="1.0.6">
<artifact name="wing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx.wing', module='wing-core', version='1.0.6')
)
libraryDependencies += "com.github.seanyinx.wing" % "wing-core" % "1.0.6"
[com.github.seanyinx.wing/wing-core "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.18.1 |
| org.skyscreamer : jsonassert | jar | 1.5.0 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-api | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| com.lmax : disruptor | jar | 3.4.2 |
| com.github.seanyinx : unit-scaffolding | jar | 1.0.0 |
| org.projectlombok : lombok | jar | 1.18.20 |