c

components

spring boot components to minimize extra code and unified package version
https://github.com/skrstop/skrstop-components
MIT License
skrstop components
skrstop
Files download
File Operation
components-1.3.1.20231221-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.skrstop.framework</groupId>
  <artifactId>components</artifactId>
  <version>1.3.1.20231221-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.skrstop.framework:components:1.3.1.20231221-RELEASE'
Gradle Kotlin
implementation("com.skrstop.framework:components:1.3.1.20231221-RELEASE")
Scala SBT
libraryDependencies += "com.skrstop.framework" % "components" % "1.3.1.20231221-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.skrstop.framework', module='components', version='1.3.1.20231221-RELEASE')
)
Apache Ivy
<dependency org="com.skrstop.framework" name="components" rev="1.3.1.20231221-RELEASE" />
Leiningen
[com.skrstop.framework/components "1.3.1.20231221-RELEASE"]
Apache Buildr
'com.skrstop.framework:components:jar:1.3.1.20231221-RELEASE'