License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.skypyb.poet |
ArtifactId | ArtifactIdpoet-spring-boot-starter |
Version | Versionv1.0.0 |
Type | Typejar |
Description |
Descriptionpoet-spring-boot-starter
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.skypyb.poet/poet-spring-boot-starter/ -->
<dependency>
<groupId>com.skypyb.poet</groupId>
<artifactId>poet-spring-boot-starter</artifactId>
<version>v1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.skypyb.poet/poet-spring-boot-starter/
implementation 'com.skypyb.poet:poet-spring-boot-starter:v1.0.0'
// https://jarcasting.com/artifacts/com.skypyb.poet/poet-spring-boot-starter/
implementation ("com.skypyb.poet:poet-spring-boot-starter:v1.0.0")
'com.skypyb.poet:poet-spring-boot-starter:jar:v1.0.0'
<dependency org="com.skypyb.poet" name="poet-spring-boot-starter" rev="v1.0.0">
<artifact name="poet-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.skypyb.poet', module='poet-spring-boot-starter', version='v1.0.0')
)
libraryDependencies += "com.skypyb.poet" % "poet-spring-boot-starter" % "v1.0.0"
[com.skypyb.poet/poet-spring-boot-starter "v1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.0.4.RELEASE |
org.slf4j : slf4j-api Optional | jar | 1.7.25 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.72 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.4.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-dependencies | pom | 2.0.4.RELEASE |