License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdme.insidezhou.southernquiet |
ArtifactId | ArtifactIdframework |
Last Version | Last Version4.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSouthernQuiet
这是一个基于Spring Boot,为了提供一些基础设施抽象,减少重复劳动而存在的库。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
framework-4.7.2.pom | |
framework-4.7.2.jar | 111 KB |
framework-4.7.2-sources.jar | 61 KB |
framework-4.7.2-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.insidezhou.southernquiet/framework/ -->
<dependency>
<groupId>me.insidezhou.southernquiet</groupId>
<artifactId>framework</artifactId>
<version>4.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.insidezhou.southernquiet/framework/
implementation 'me.insidezhou.southernquiet:framework:4.7.2'
// https://jarcasting.com/artifacts/me.insidezhou.southernquiet/framework/
implementation ("me.insidezhou.southernquiet:framework:4.7.2")
'me.insidezhou.southernquiet:framework:jar:4.7.2'
<dependency org="me.insidezhou.southernquiet" name="framework" rev="4.7.2">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.insidezhou.southernquiet', module='framework', version='4.7.2')
)
libraryDependencies += "me.insidezhou.southernquiet" % "framework" % "4.7.2"
[me.insidezhou.southernquiet/framework "4.7.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.21 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | |
me.insidezhou.instep : instep-core | jar | 3.0.0 |