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