s

swiftpoet

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