c

components-starter-common

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