| License |
License |
|---|---|
| GroupId | GroupIdcom.yoloho.enhanced.parent |
| ArtifactId | ArtifactIdenhanced-parent-springboot-base |
| Version | Version1.0.19 |
| Type | Typepom |
| Description |
Descriptionenhanced-parent-springboot-base
Enhanced Parent SpringBoot Base
No redis, no database support
Including dubbo, zookeeper, fastjson, logging, test
|
| Filename | Size |
|---|---|
| enhanced-parent-springboot-base-1.0.19.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yoloho.enhanced.parent/enhanced-parent-springboot-base/ -->
<dependency>
<groupId>com.yoloho.enhanced.parent</groupId>
<artifactId>enhanced-parent-springboot-base</artifactId>
<version>1.0.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yoloho.enhanced.parent/enhanced-parent-springboot-base/
implementation 'com.yoloho.enhanced.parent:enhanced-parent-springboot-base:1.0.19'
// https://jarcasting.com/artifacts/com.yoloho.enhanced.parent/enhanced-parent-springboot-base/
implementation ("com.yoloho.enhanced.parent:enhanced-parent-springboot-base:1.0.19")
'com.yoloho.enhanced.parent:enhanced-parent-springboot-base:pom:1.0.19'
<dependency org="com.yoloho.enhanced.parent" name="enhanced-parent-springboot-base" rev="1.0.19">
<artifact name="enhanced-parent-springboot-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yoloho.enhanced.parent', module='enhanced-parent-springboot-base', version='1.0.19')
)
libraryDependencies += "com.yoloho.enhanced.parent" % "enhanced-parent-springboot-base" % "1.0.19"
[com.yoloho.enhanced.parent/enhanced-parent-springboot-base "1.0.19"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.yoloho.enhanced : enhanced-common | jar | 1.0.2 |
| com.yoloho.enhanced : enhanced-spring | jar | 1.0.3 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |
| com.alibaba : fastjson | jar | 1.2.58 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| commons-collections : commons-collections | jar | 3.2.2 |
| commons-io : commons-io | jar | 2.4 |
| com.google.guava : guava | jar | 30.0-jre |
| com.google.code.gson : gson | jar | 2.8.5 |
| org.springframework : spring-core | jar | 5.2.3.RELEASE |
| org.springframework.boot : spring-boot-starter | jar | 2.1.3.RELEASE |
| org.apache.dubbo : dubbo | jar | 2.7.3 |
| org.apache.zookeeper : zookeeper | jar | 3.4.14 |
| org.apache.curator : curator-framework | jar | 4.0.1 |
| org.apache.curator : curator-recipes | jar | 4.0.1 |
| org.javassist : javassist | jar | 3.20.0-GA |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |