a

alchemy-kotlin

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