License |
License |
---|---|
GroupId | GroupIdcom.kloudtek.ktspring |
ArtifactId | ArtifactIdktspring-core |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven parent for Kloudtek OSS
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ktspring-core-1.0.pom | |
ktspring-core-1.0.jar | 2 KB |
ktspring-core-1.0-sources.jar | 1 KB |
ktspring-core-1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kloudtek.ktspring/ktspring-core/ -->
<dependency>
<groupId>com.kloudtek.ktspring</groupId>
<artifactId>ktspring-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.ktspring/ktspring-core/
implementation 'com.kloudtek.ktspring:ktspring-core:1.0'
// https://jarcasting.com/artifacts/com.kloudtek.ktspring/ktspring-core/
implementation ("com.kloudtek.ktspring:ktspring-core:1.0")
'com.kloudtek.ktspring:ktspring-core:jar:1.0'
<dependency org="com.kloudtek.ktspring" name="ktspring-core" rev="1.0">
<artifact name="ktspring-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.ktspring', module='ktspring-core', version='1.0')
)
libraryDependencies += "com.kloudtek.ktspring" % "ktspring-core" % "1.0"
[com.kloudtek.ktspring/ktspring-core "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 4.3.6.RELEASE |
org.springframework : spring-context | jar | 4.3.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.6.RELEASE |