| License |
License |
|---|---|
| Categories |
CategoriesDoma Data ORM |
| GroupId | GroupIdcom.github.taccisum |
| ArtifactId | ArtifactIddomain-core |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDomain Core
For DDD layer domain with spring.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| domain-core-0.4.0.pom | |
| domain-core-0.4.0-sources.jar | 8 KB |
| domain-core-0.4.0-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.taccisum/domain-core/ -->
<dependency>
<groupId>com.github.taccisum</groupId>
<artifactId>domain-core</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taccisum/domain-core/
implementation 'com.github.taccisum:domain-core:0.4.0'
// https://jarcasting.com/artifacts/com.github.taccisum/domain-core/
implementation ("com.github.taccisum:domain-core:0.4.0")
'com.github.taccisum:domain-core:jar:0.4.0'
<dependency org="com.github.taccisum" name="domain-core" rev="0.4.0">
<artifact name="domain-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taccisum', module='domain-core', version='0.4.0')
)
libraryDependencies += "com.github.taccisum" % "domain-core" % "0.4.0"
[com.github.taccisum/domain-core "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.projectlombok : lombok | jar | |
| com.google.guava : guava | jar | 30.1-jre |
| org.springframework : spring-aspects | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |