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