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