GroupId | GroupIdcom.gitee.secretopen |
---|---|
ArtifactId | ArtifactIdsecret-plugin |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
secret-plugin-1.0.0.pom | |
secret-plugin-1.0.0.jar | 18 KB |
secret-plugin-1.0.0-sources.jar | 14 KB |
secret-plugin-1.0.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.secretopen/secret-plugin/ -->
<dependency>
<groupId>com.gitee.secretopen</groupId>
<artifactId>secret-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-plugin/
implementation 'com.gitee.secretopen:secret-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-plugin/
implementation ("com.gitee.secretopen:secret-plugin:1.0.0")
'com.gitee.secretopen:secret-plugin:jar:1.0.0'
<dependency org="com.gitee.secretopen" name="secret-plugin" rev="1.0.0">
<artifact name="secret-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.secretopen', module='secret-plugin', version='1.0.0')
)
libraryDependencies += "com.gitee.secretopen" % "secret-plugin" % "1.0.0"
[com.gitee.secretopen/secret-plugin "1.0.0"]