Categories |
CategoriesKotlin Languages Spring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.frtu.archetype |
ArtifactId | ArtifactIdkotlin-spring-boot-project-archetype |
Version | Version1.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-spring-boot-project-archetype/ -->
<dependency>
<groupId>com.github.frtu.archetype</groupId>
<artifactId>kotlin-spring-boot-project-archetype</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-spring-boot-project-archetype/
implementation 'com.github.frtu.archetype:kotlin-spring-boot-project-archetype:1.1.3'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/kotlin-spring-boot-project-archetype/
implementation ("com.github.frtu.archetype:kotlin-spring-boot-project-archetype:1.1.3")
'com.github.frtu.archetype:kotlin-spring-boot-project-archetype:jar:1.1.3'
<dependency org="com.github.frtu.archetype" name="kotlin-spring-boot-project-archetype" rev="1.1.3">
<artifact name="kotlin-spring-boot-project-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='kotlin-spring-boot-project-archetype', version='1.1.3')
)
libraryDependencies += "com.github.frtu.archetype" % "kotlin-spring-boot-project-archetype" % "1.1.3"
[com.github.frtu.archetype/kotlin-spring-boot-project-archetype "1.1.3"]