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