文件下载
文件名 操作
sec-core_3-0.41.6.jar 下载
sec-core_3-0.41.6.pom 下载
sec-core_3-0.41.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.ahjohannessen</groupId>
  <artifactId>sec-core_3</artifactId>
  <version>0.41.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.ahjohannessen:sec-core_3:0.41.6'
Gradle Kotlin
implementation("io.github.ahjohannessen:sec-core_3:0.41.6")
Scala SBT
libraryDependencies += "io.github.ahjohannessen" % "sec-core_3" % "0.41.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ahjohannessen', module='sec-core_3', version='0.41.6')
)
Apache Ivy
<dependency org="io.github.ahjohannessen" name="sec-core_3" rev="0.41.6" />
Leiningen
[io.github.ahjohannessen/sec-core_3 "0.41.6"]
Apache Buildr
'io.github.ahjohannessen:sec-core_3:jar:0.41.6'