License |
License |
---|---|
GroupId | GroupIdsite.zido |
ArtifactId | ArtifactIdcoffee-common |
Version | Version0.2.0-release |
Type | Typejar |
Description |
DescriptionSome Common Configurations For Spring Boot
|
Filename | Size |
---|---|
coffee-common-0.2.0-release.pom | |
coffee-common-0.2.0-release.jar | 27 KB |
coffee-common-0.2.0-release-sources.jar | 20 KB |
coffee-common-0.2.0-release-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/site.zido/coffee-common/ -->
<dependency>
<groupId>site.zido</groupId>
<artifactId>coffee-common</artifactId>
<version>0.2.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/site.zido/coffee-common/
implementation 'site.zido:coffee-common:0.2.0-release'
// https://jarcasting.com/artifacts/site.zido/coffee-common/
implementation ("site.zido:coffee-common:0.2.0-release")
'site.zido:coffee-common:jar:0.2.0-release'
<dependency org="site.zido" name="coffee-common" rev="0.2.0-release">
<artifact name="coffee-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.zido', module='coffee-common', version='0.2.0-release')
)
libraryDependencies += "site.zido" % "coffee-common" % "0.2.0-release"
[site.zido/coffee-common "0.2.0-release"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | |
org.springframework : spring-context | jar | |
org.springframework.data : spring-data-redis Optional | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.springframework : spring-web | jar | |
org.springframework : spring-webmvc | jar | |
javax.validation : validation-api | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
com.github.kstyrc : embedded-redis | jar | 0.6 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.slf4j : slf4j-simple | jar | |
redis.clients : jedis | jar |