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