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