License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-archetypes |
Version | Version1.0.2.RELEASE |
Type | Typepom |
Description |
DescriptionSpring Boot Archetypes
Spring Boot Archetypes
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-archetypes-1.0.2.RELEASE.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-archetypes/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-archetypes</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-archetypes/
implementation 'org.springframework.boot:spring-boot-archetypes:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-archetypes/
implementation ("org.springframework.boot:spring-boot-archetypes:1.0.2.RELEASE")
'org.springframework.boot:spring-boot-archetypes:pom:1.0.2.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-archetypes" rev="1.0.2.RELEASE">
<artifact name="spring-boot-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-archetypes', version='1.0.2.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-archetypes" % "1.0.2.RELEASE"
[org.springframework.boot/spring-boot-archetypes "1.0.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |
org.hamcrest : hamcrest-library | jar | 1.3 |