License |
License |
---|---|
GroupId | GroupIdorg.jddd |
ArtifactId | ArtifactIdjddd-spring |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjDDD - Spring plugin
Domain-Driven Design concepts in Java
|
Filename | Size |
---|---|
jddd-spring-0.1.0.pom | |
jddd-spring-0.1.0.jar | 4 KB |
jddd-spring-0.1.0-sources.jar | 3 KB |
jddd-spring-0.1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jddd/jddd-spring/ -->
<dependency>
<groupId>org.jddd</groupId>
<artifactId>jddd-spring</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jddd/jddd-spring/
implementation 'org.jddd:jddd-spring:0.1.0'
// https://jarcasting.com/artifacts/org.jddd/jddd-spring/
implementation ("org.jddd:jddd-spring:0.1.0")
'org.jddd:jddd-spring:jar:0.1.0'
<dependency org="org.jddd" name="jddd-spring" rev="0.1.0">
<artifact name="jddd-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jddd', module='jddd-spring', version='0.1.0')
)
libraryDependencies += "org.jddd" % "jddd-spring" % "0.1.0"
[org.jddd/jddd-spring "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jddd : jddd-core | jar | 0.1.0 |
org.springframework : spring-context | jar | 5.2.6.RELEASE |
net.bytebuddy : byte-buddy | jar | 1.10.8 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |