License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdjp.blackawa |
ArtifactId | ArtifactIdspring-bootstrapping-archetype |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionspring bootstrapping archetype
Bootstrap Spring Boot project with Spring Security Database Authentication/Authorization.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/jp.blackawa/spring-bootstrapping-archetype/ -->
<dependency>
<groupId>jp.blackawa</groupId>
<artifactId>spring-bootstrapping-archetype</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.blackawa/spring-bootstrapping-archetype/
implementation 'jp.blackawa:spring-bootstrapping-archetype:1.0.0'
// https://jarcasting.com/artifacts/jp.blackawa/spring-bootstrapping-archetype/
implementation ("jp.blackawa:spring-bootstrapping-archetype:1.0.0")
'jp.blackawa:spring-bootstrapping-archetype:jar:1.0.0'
<dependency org="jp.blackawa" name="spring-bootstrapping-archetype" rev="1.0.0">
<artifact name="spring-bootstrapping-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.blackawa', module='spring-bootstrapping-archetype', version='1.0.0')
)
libraryDependencies += "jp.blackawa" % "spring-bootstrapping-archetype" % "1.0.0"
[jp.blackawa/spring-bootstrapping-archetype "1.0.0"]