| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.ikasan |
| Идентификатор | Идентификаторsample-spring-boot-parent |
| Версия | Версия3.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| sample-spring-boot-parent-3.0.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ikasan/sample-spring-boot-parent/ -->
<dependency>
<groupId>org.ikasan</groupId>
<artifactId>sample-spring-boot-parent</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ikasan/sample-spring-boot-parent/
implementation 'org.ikasan:sample-spring-boot-parent:3.0.0'
// https://jarcasting.com/artifacts/org.ikasan/sample-spring-boot-parent/
implementation ("org.ikasan:sample-spring-boot-parent:3.0.0")
'org.ikasan:sample-spring-boot-parent:pom:3.0.0'
<dependency org="org.ikasan" name="sample-spring-boot-parent" rev="3.0.0">
<artifact name="sample-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ikasan', module='sample-spring-boot-parent', version='3.0.0')
)
libraryDependencies += "org.ikasan" % "sample-spring-boot-parent" % "3.0.0"
[org.ikasan/sample-spring-boot-parent "3.0.0"]