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.3.jar 下载
swiftpoet-1.6.3.pom 下载
swiftpoet-1.6.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.outfoxx</groupId>
  <artifactId>swiftpoet</artifactId>
  <version>1.6.3</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx:swiftpoet:1.6.3'
Gradle Kotlin
implementation("io.outfoxx:swiftpoet:1.6.3")
Scala SBT
libraryDependencies += "io.outfoxx" % "swiftpoet" % "1.6.3"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx', module='swiftpoet', version='1.6.3')
)
Apache Ivy
<dependency org="io.outfoxx" name="swiftpoet" rev="1.6.3" />
Leiningen
[io.outfoxx/swiftpoet "1.6.3"]
Apache Buildr
'io.outfoxx:swiftpoet:jar:1.6.3'