is not current version
Last Version 1.0.1

com.gitee.secretopen:secret-plugin 1.0.0

secret-plugin是一个简单易用的java插件框架.

GroupId

GroupId

com.gitee.secretopen
ArtifactId

ArtifactId

secret-plugin
Version

Version

1.0.0
Type

Type

jar

Download secret-plugin 1.0.0


<!-- 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"]