License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.arttom |
ArtifactId | ArtifactIdcqs-spring-boot-starter |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionCQS Spring-Boot Starter
Easy way to follow CQS principle with spring-boot
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cqs-spring-boot-starter-0.1.pom | |
cqs-spring-boot-starter-0.1.jar | 16 KB |
cqs-spring-boot-starter-0.1-sources.jar | 11 KB |
cqs-spring-boot-starter-0.1-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arttom/cqs-spring-boot-starter/ -->
<dependency>
<groupId>com.github.arttom</groupId>
<artifactId>cqs-spring-boot-starter</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arttom/cqs-spring-boot-starter/
implementation 'com.github.arttom:cqs-spring-boot-starter:0.1'
// https://jarcasting.com/artifacts/com.github.arttom/cqs-spring-boot-starter/
implementation ("com.github.arttom:cqs-spring-boot-starter:0.1")
'com.github.arttom:cqs-spring-boot-starter:jar:0.1'
<dependency org="com.github.arttom" name="cqs-spring-boot-starter" rev="0.1">
<artifact name="cqs-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arttom', module='cqs-spring-boot-starter', version='0.1')
)
libraryDependencies += "com.github.arttom" % "cqs-spring-boot-starter" % "0.1"
[com.github.arttom/cqs-spring-boot-starter "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.0 |