s

swiftpoet

SwiftPoet is a Kotlin and Java API for generating .swift source files.
https://github.com/outfoxx/swiftpoet
Apache License 2.0
Outfox, Inc.
Kevin Wooten
文件下载
文件名 操作
swiftpoet-1.6.4.jar 下载
swiftpoet-1.6.4.pom 下载
swiftpoet-1.6.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.outfoxx</groupId>
  <artifactId>swiftpoet</artifactId>
  <version>1.6.4</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx:swiftpoet:1.6.4'
Gradle Kotlin
implementation("io.outfoxx:swiftpoet:1.6.4")
Scala SBT
libraryDependencies += "io.outfoxx" % "swiftpoet" % "1.6.4"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx', module='swiftpoet', version='1.6.4')
)
Apache Ivy
<dependency org="io.outfoxx" name="swiftpoet" rev="1.6.4" />
Leiningen
[io.outfoxx/swiftpoet "1.6.4"]
Apache Buildr
'io.outfoxx:swiftpoet:jar:1.6.4'