x

xlauch-codegen-boot-starter

Files download
File Operation
xlauch-codegen-boot-starter-1.0.2.jar download
xlauch-codegen-boot-starter-1.0.2.pom download
xlauch-codegen-boot-starter-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.xlauch</groupId>
  <artifactId>xlauch-codegen-boot-starter</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.xlauch:xlauch-codegen-boot-starter:1.0.2'
Gradle Kotlin
implementation("com.xlauch:xlauch-codegen-boot-starter:1.0.2")
Scala SBT
libraryDependencies += "com.xlauch" % "xlauch-codegen-boot-starter" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.xlauch', module='xlauch-codegen-boot-starter', version='1.0.2')
)
Apache Ivy
<dependency org="com.xlauch" name="xlauch-codegen-boot-starter" rev="1.0.2" />
Leiningen
[com.xlauch/xlauch-codegen-boot-starter "1.0.2"]
Apache Buildr
'com.xlauch:xlauch-codegen-boot-starter:jar:1.0.2'