| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rxyor |
| ArtifactId | ArtifactIdcarp-spring-web |
| Version | Version1.0.14.17 |
| Type | Typejar |
| Description |
Descriptioncarp is project which contains common utils ,redis delay job , distributed lock and
so on!
|
<!-- https://jarcasting.com/artifacts/com.github.rxyor/carp-spring-web/ -->
<dependency>
<groupId>com.github.rxyor</groupId>
<artifactId>carp-spring-web</artifactId>
<version>1.0.14.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rxyor/carp-spring-web/
implementation 'com.github.rxyor:carp-spring-web:1.0.14.17'
// https://jarcasting.com/artifacts/com.github.rxyor/carp-spring-web/
implementation ("com.github.rxyor:carp-spring-web:1.0.14.17")
'com.github.rxyor:carp-spring-web:jar:1.0.14.17'
<dependency org="com.github.rxyor" name="carp-spring-web" rev="1.0.14.17">
<artifact name="carp-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rxyor', module='carp-spring-web', version='1.0.14.17')
)
libraryDependencies += "com.github.rxyor" % "carp-spring-web" % "1.0.14.17"
[com.github.rxyor/carp-spring-web "1.0.14.17"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.rxyor : carp-common-core | jar | 1.0.14.17 |
| com.github.rxyor : carp-common-support | jar | 1.0.14.17 |
| org.projectlombok : lombok | jar | 1.18.0 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| org.springframework : spring-context-support | jar | 5.2.0.RELEASE |
| io.netty : netty-all | jar | 4.1.36.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate.validator : hibernate-validator | jar | |
| org.mybatis : mybatis | jar | 3.5.2 |
| org.springframework : spring-web | jar | 5.2.0.RELEASE |
| org.springframework : spring-tx | jar | |
| com.github.rxyor : carp-redis | jar | 1.0.14.17 |
| com.github.rxyor : carp-distributed | jar | 1.0.14.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |