c

components

Common Components Based on Springboot
Files download
File Operation
components-2.0-RC4.pom download
Apache Maven
<dependency>
  <groupId>com.github.paganini2008.springworld</groupId>
  <artifactId>components</artifactId>
  <version>2.0-RC4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.paganini2008.springworld:components:2.0-RC4'
Gradle Kotlin
implementation("com.github.paganini2008.springworld:components:2.0-RC4")
Scala SBT
libraryDependencies += "com.github.paganini2008.springworld" % "components" % "2.0-RC4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.paganini2008.springworld', module='components', version='2.0-RC4')
)
Apache Ivy
<dependency org="com.github.paganini2008.springworld" name="components" rev="2.0-RC4" />
Leiningen
[com.github.paganini2008.springworld/components "2.0-RC4"]
Apache Buildr
'com.github.paganini2008.springworld:components:jar:2.0-RC4'