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