| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.atomscat |
| Идентификатор | Идентификаторspring-boot-common-core |
| Последняя версия | Последняя версия1.0.0.RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
<!-- https://jarcasting.com/artifacts/com.atomscat/spring-boot-common-core/ -->
<dependency>
<groupId>com.atomscat</groupId>
<artifactId>spring-boot-common-core</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomscat/spring-boot-common-core/
implementation 'com.atomscat:spring-boot-common-core:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.atomscat/spring-boot-common-core/
implementation ("com.atomscat:spring-boot-common-core:1.0.0.RELEASE")
'com.atomscat:spring-boot-common-core:jar:1.0.0.RELEASE'
<dependency org="com.atomscat" name="spring-boot-common-core" rev="1.0.0.RELEASE">
<artifact name="spring-boot-common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomscat', module='spring-boot-common-core', version='1.0.0.RELEASE')
)
libraryDependencies += "com.atomscat" % "spring-boot-common-core" % "1.0.0.RELEASE"
[com.atomscat/spring-boot-common-core "1.0.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | |
| cn.hutool : hutool-all | jar |