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