is not current version
Last Version 1.2.4

com.github.frtu.archetype:spring-boot-project-archetype 1.1.0

spring-boot project archetype

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.frtu.archetype
ArtifactId

ArtifactId

spring-boot-project-archetype
Version

Version

1.1.0
Type

Type

jar

Download spring-boot-project-archetype 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/spring-boot-project-archetype/ -->
<dependency>
    <groupId>com.github.frtu.archetype</groupId>
    <artifactId>spring-boot-project-archetype</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/spring-boot-project-archetype/
implementation 'com.github.frtu.archetype:spring-boot-project-archetype:1.1.0'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/spring-boot-project-archetype/
implementation ("com.github.frtu.archetype:spring-boot-project-archetype:1.1.0")
'com.github.frtu.archetype:spring-boot-project-archetype:jar:1.1.0'
<dependency org="com.github.frtu.archetype" name="spring-boot-project-archetype" rev="1.1.0">
  <artifact name="spring-boot-project-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='spring-boot-project-archetype', version='1.1.0')
)
libraryDependencies += "com.github.frtu.archetype" % "spring-boot-project-archetype" % "1.1.0"
[com.github.frtu.archetype/spring-boot-project-archetype "1.1.0"]