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