License |
License |
---|---|
GroupId | GroupIdcn.kduck |
ArtifactId | ArtifactIdkduck-core |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
kduck-core-1.1.4.pom | |
kduck-core-1.1.4.jar | 210 KB |
kduck-core-1.1.4-sources.jar | 119 KB |
kduck-core-1.1.4-javadoc.jar | 977 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.kduck/kduck-core/ -->
<dependency>
<groupId>cn.kduck</groupId>
<artifactId>kduck-core</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.kduck/kduck-core/
implementation 'cn.kduck:kduck-core:1.1.4'
// https://jarcasting.com/artifacts/cn.kduck/kduck-core/
implementation ("cn.kduck:kduck-core:1.1.4")
'cn.kduck:kduck-core:jar:1.1.4'
<dependency org="cn.kduck" name="kduck-core" rev="1.1.4">
<artifact name="kduck-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.kduck', module='kduck-core', version='1.1.4')
)
libraryDependencies += "cn.kduck" % "kduck-core" % "1.1.4"
[cn.kduck/kduck-core "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.6.1 |
org.springframework.boot : spring-boot-starter-web | jar | 2.6.1 |
org.springframework.boot : spring-boot-starter-cache | jar | 2.6.1 |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.6.1 |
org.springframework.amqp : spring-amqp | jar | 2.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.6.1 |
org.springframework.boot : spring-boot-starter-websocket | jar | 2.6.1 |
org.springframework.boot : spring-boot-starter-amqp | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.27 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.1 |