| License |
License |
|---|---|
| GroupId | GroupIdcn.kstry.framework |
| ArtifactId | ArtifactIdkstry-core |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
DescriptionKstry Core
Kstry Core
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| kstry-core-0.0.1.pom | |
| kstry-core-0.0.1.jar | 127 KB |
| kstry-core-0.0.1-sources.jar | 95 KB |
| kstry-core-0.0.1-javadoc.jar | 582 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.kstry.framework/kstry-core/ -->
<dependency>
<groupId>cn.kstry.framework</groupId>
<artifactId>kstry-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.kstry.framework/kstry-core/
implementation 'cn.kstry.framework:kstry-core:0.0.1'
// https://jarcasting.com/artifacts/cn.kstry.framework/kstry-core/
implementation ("cn.kstry.framework:kstry-core:0.0.1")
'cn.kstry.framework:kstry-core:jar:0.0.1'
<dependency org="cn.kstry.framework" name="kstry-core" rev="0.0.1">
<artifact name="kstry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.kstry.framework', module='kstry-core', version='0.0.1')
)
libraryDependencies += "cn.kstry.framework" % "kstry-core" % "0.0.1"
[cn.kstry.framework/kstry-core "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 4.0.9.RELEASE |
| com.alibaba : fastjson | jar | 1.2.75 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| commons-collections : commons-collections | jar | 3.2.2 |
| com.google.guava : guava | jar | 30.0-jre |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |