не последняя версия
Последняя версия 1.4.2

io.outfoxx:swiftpoet 0.1.0

A Kotlin/Java API for generating .swift source files.

Группа

Группа

io.outfoxx
Идентификатор

Идентификатор

swiftpoet
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать swiftpoet 0.1.0


<!-- https://jarcasting.com/artifacts/io.outfoxx/swiftpoet/ -->
<dependency>
    <groupId>io.outfoxx</groupId>
    <artifactId>swiftpoet</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.outfoxx/swiftpoet/
implementation 'io.outfoxx:swiftpoet:0.1.0'
// https://jarcasting.com/artifacts/io.outfoxx/swiftpoet/
implementation ("io.outfoxx:swiftpoet:0.1.0")
'io.outfoxx:swiftpoet:jar:0.1.0'
<dependency org="io.outfoxx" name="swiftpoet" rev="0.1.0">
  <artifact name="swiftpoet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.outfoxx', module='swiftpoet', version='0.1.0')
)
libraryDependencies += "io.outfoxx" % "swiftpoet" % "0.1.0"
[io.outfoxx/swiftpoet "0.1.0"]