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