s

secret-annotation

文件下载
文件名 操作
secret-annotation-1.0.0-beta.53.jar 下载
secret-annotation-1.0.0-beta.53.pom 下载
secret-annotation-1.0.0-beta.53-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.seepine</groupId>
  <artifactId>secret-annotation</artifactId>
  <version>1.0.0-beta.53</version>
</dependency>
Gradle Groovy
implementation 'com.seepine:secret-annotation:1.0.0-beta.53'
Gradle Kotlin
implementation("com.seepine:secret-annotation:1.0.0-beta.53")
Scala SBT
libraryDependencies += "com.seepine" % "secret-annotation" % "1.0.0-beta.53"
Groovy Grape
@Grapes(
  @Grab(group='com.seepine', module='secret-annotation', version='1.0.0-beta.53')
)
Apache Ivy
<dependency org="com.seepine" name="secret-annotation" rev="1.0.0-beta.53" />
Leiningen
[com.seepine/secret-annotation "1.0.0-beta.53"]
Apache Buildr
'com.seepine:secret-annotation:jar:1.0.0-beta.53'