| Группа | Группаcom.gitee.secretopen |
|---|---|
| Идентификатор | Идентификаторsecret-boot-framework-core |
| Версия | Версия1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| secret-boot-framework-core-1.1.pom | |
| secret-boot-framework-core-1.1.jar | 80 KB |
| secret-boot-framework-core-1.1-sources.jar | 51 KB |
| secret-boot-framework-core-1.1-javadoc.jar | 358 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework-core/ -->
<dependency>
<groupId>com.gitee.secretopen</groupId>
<artifactId>secret-boot-framework-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework-core/
implementation 'com.gitee.secretopen:secret-boot-framework-core:1.1'
// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework-core/
implementation ("com.gitee.secretopen:secret-boot-framework-core:1.1")
'com.gitee.secretopen:secret-boot-framework-core:jar:1.1'
<dependency org="com.gitee.secretopen" name="secret-boot-framework-core" rev="1.1">
<artifact name="secret-boot-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.secretopen', module='secret-boot-framework-core', version='1.1')
)
libraryDependencies += "com.gitee.secretopen" % "secret-boot-framework-core" % "1.1"
[com.gitee.secretopen/secret-boot-framework-core "1.1"]