<dependency> <groupId>io.outfoxx</groupId> <artifactId>swiftpoet</artifactId> <version>1.5.0-RC1</version> </dependency>
implementation 'io.outfoxx:swiftpoet:1.5.0-RC1'
implementation("io.outfoxx:swiftpoet:1.5.0-RC1")
libraryDependencies += "io.outfoxx" % "swiftpoet" % "1.5.0-RC1"
@Grapes( @Grab(group='io.outfoxx', module='swiftpoet', version='1.5.0-RC1') )
<dependency org="io.outfoxx" name="swiftpoet" rev="1.5.0-RC1" />
[io.outfoxx/swiftpoet "1.5.0-RC1"]
'io.outfoxx:swiftpoet:jar:1.5.0-RC1'
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.21
|-- org.jetbrains.kotlin:kotlin-reflect:1.7.21