| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.frtu.archetype |
| Идентификатор | Идентификаторspring-boot-project-archetype |
| Версия | Версия1.1.0 |
| Тип | Типjar |
<!-- 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"]