| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.hushengte |
| ArtifactId | ArtifactIddisciples-spring-boot |
| Version | Version2.3.8.RELEASE |
| Type | Typejar |
| Description |
Descriptiondisciples-spring-boot
Spring Boot Support for Disciples Project
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.hushengte/disciples-spring-boot/ -->
<dependency>
<groupId>com.github.hushengte</groupId>
<artifactId>disciples-spring-boot</artifactId>
<version>2.3.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hushengte/disciples-spring-boot/
implementation 'com.github.hushengte:disciples-spring-boot:2.3.8.RELEASE'
// https://jarcasting.com/artifacts/com.github.hushengte/disciples-spring-boot/
implementation ("com.github.hushengte:disciples-spring-boot:2.3.8.RELEASE")
'com.github.hushengte:disciples-spring-boot:jar:2.3.8.RELEASE'
<dependency org="com.github.hushengte" name="disciples-spring-boot" rev="2.3.8.RELEASE">
<artifact name="disciples-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hushengte', module='disciples-spring-boot', version='2.3.8.RELEASE')
)
libraryDependencies += "com.github.hushengte" % "disciples-spring-boot" % "2.3.8.RELEASE"
[com.github.hushengte/disciples-spring-boot "2.3.8.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.8.RELEASE |
| javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |
| org.hibernate : hibernate-core Optional | jar | 5.4.25.Final |
| com.github.hushengte : disciples-feed Optional | jar | 2.0.0 |
| com.github.hushengte : disciples-iam-core Optional | jar | 2.0.0 |
| com.github.hushengte : disciples-iam-oauth2 Optional | jar | 2.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.8.RELEASE |
| com.h2database : h2 | jar | 1.4.200 |
| com.zaxxer : HikariCP | jar | 3.4.5 |
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 3.16.1 |
| org.mockito : mockito-core | jar | 3.3.3 |
| org.hamcrest : hamcrest-core | jar | 2.2 |
| org.hamcrest : hamcrest-library | jar | 2.2 |