c

components-starters

🏗 skrstop mix micro service starter modules
MIT License
Files download
File Operation
components-starters-1.2.2.20240510-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.skrstop.framework</groupId>
  <artifactId>components-starters</artifactId>
  <version>1.2.2.20240510-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.skrstop.framework:components-starters:1.2.2.20240510-RELEASE'
Gradle Kotlin
implementation("com.skrstop.framework:components-starters:1.2.2.20240510-RELEASE")
Scala SBT
libraryDependencies += "com.skrstop.framework" % "components-starters" % "1.2.2.20240510-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.skrstop.framework', module='components-starters', version='1.2.2.20240510-RELEASE')
)
Apache Ivy
<dependency org="com.skrstop.framework" name="components-starters" rev="1.2.2.20240510-RELEASE" />
Leiningen
[com.skrstop.framework/components-starters "1.2.2.20240510-RELEASE"]
Apache Buildr
'com.skrstop.framework:components-starters:jar:1.2.2.20240510-RELEASE'