common
一个通用的工具类集成
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.corefine.common |
| Идентификатор | Идентификаторcommon-core |
| Последняя версия | Последняя версия1.5.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications
built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| common-core-1.5.2.pom | |
| common-core-1.5.2.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.corefine.common/common-core/ -->
<dependency>
<groupId>org.corefine.common</groupId>
<artifactId>common-core</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.corefine.common/common-core/
implementation 'org.corefine.common:common-core:1.5.2'
// https://jarcasting.com/artifacts/org.corefine.common/common-core/
implementation ("org.corefine.common:common-core:1.5.2")
'org.corefine.common:common-core:jar:1.5.2'
<dependency org="org.corefine.common" name="common-core" rev="1.5.2">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.corefine.common', module='common-core', version='1.5.2')
)
libraryDependencies += "org.corefine.common" % "common-core" % "1.5.2"
[org.corefine.common/common-core "1.5.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.0.5.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.0.5.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.5.RELEASE |
一个通用的工具类集成