GroupId | GroupIdcom.gitee.secretopen |
---|---|
ArtifactId | ArtifactIdsecret-boot-framework |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
secret-boot-framework-1.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework/ -->
<dependency>
<groupId>com.gitee.secretopen</groupId>
<artifactId>secret-boot-framework</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework/
implementation 'com.gitee.secretopen:secret-boot-framework:1.1'
// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework/
implementation ("com.gitee.secretopen:secret-boot-framework:1.1")
'com.gitee.secretopen:secret-boot-framework:pom:1.1'
<dependency org="com.gitee.secretopen" name="secret-boot-framework" rev="1.1">
<artifact name="secret-boot-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.secretopen', module='secret-boot-framework', version='1.1')
)
libraryDependencies += "com.gitee.secretopen" % "secret-boot-framework" % "1.1"
[com.gitee.secretopen/secret-boot-framework "1.1"]