License |
License |
---|---|
GroupId | GroupIdcn.kduck |
ArtifactId | ArtifactIdkduck-core |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
kduck-core-1.1.1.pom | |
kduck-core-1.1.1.jar | 327 KB |
kduck-core-1.1.1-sources.jar | 189 KB |
kduck-core-1.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.kduck/kduck-core/ -->
<dependency>
<groupId>cn.kduck</groupId>
<artifactId>kduck-core</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.kduck/kduck-core/
implementation 'cn.kduck:kduck-core:1.1.1'
// https://jarcasting.com/artifacts/cn.kduck/kduck-core/
implementation ("cn.kduck:kduck-core:1.1.1")
'cn.kduck:kduck-core:jar:1.1.1'
<dependency org="cn.kduck" name="kduck-core" rev="1.1.1">
<artifact name="kduck-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.kduck', module='kduck-core', version='1.1.1')
)
libraryDependencies += "cn.kduck" % "kduck-core" % "1.1.1"
[cn.kduck/kduck-core "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.5.2 |
org.springframework.boot : spring-boot-starter-web | jar | 2.5.2 |
org.springframework.boot : spring-boot-starter-cache | jar | 2.5.2 |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.5.2 |
org.springframework.amqp : spring-amqp | jar | 2.3.9 |
io.springfox : springfox-swagger2 | jar | 2.10.5 |
io.springfox : springfox-swagger-ui | jar | 2.10.5 |
io.springfox : springfox-spring-webmvc | jar | 2.10.5 |
com.google.guava : guava | jar | 30.0-jre |
org.jetbrains : annotations | jar | RELEASE |
org.javassist : javassist | jar | 3.27.0-GA |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-websocket | jar | 2.5.2 |
org.springframework.boot : spring-boot-starter-amqp | jar | 2.5.2 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.25 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.2 |