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