License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdspring-boot-starter-wrap |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-wrap/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>spring-boot-starter-wrap</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-wrap/
implementation 'com.seepine:spring-boot-starter-wrap:0.1.0'
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-wrap/
implementation ("com.seepine:spring-boot-starter-wrap:0.1.0")
'com.seepine:spring-boot-starter-wrap:jar:0.1.0'
<dependency org="com.seepine" name="spring-boot-starter-wrap" rev="0.1.0">
<artifact name="spring-boot-starter-wrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-wrap', version='0.1.0')
)
libraryDependencies += "com.seepine" % "spring-boot-starter-wrap" % "0.1.0"
[com.seepine/spring-boot-starter-wrap "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
cn.hutool : hutool-json | jar | 5.6.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.4.5 |