<dependency> <groupId>io.outfoxx.sunday</groupId> <artifactId>generator</artifactId> <version>1.2.3</version> </dependency>
implementation 'io.outfoxx.sunday:generator:1.2.3'
implementation("io.outfoxx.sunday:generator:1.2.3")
libraryDependencies += "io.outfoxx.sunday" % "generator" % "1.2.3"
@Grapes( @Grab(group='io.outfoxx.sunday', module='generator', version='1.2.3') )
<dependency org="io.outfoxx.sunday" name="generator" rev="1.2.3" />
[io.outfoxx.sunday/generator "1.2.3"]
'io.outfoxx.sunday:generator:jar:1.2.3'
compile
|-- com.github.amlorg:amf-api-contract_2.12:5.4.0
|-- com.squareup:kotlinpoet-jvm:1.18.1
|-- io.outfoxx:typescriptpoet:1.1.2
|-- io.outfoxx:swiftpoet:1.6.6
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.20