License |
License |
---|---|
GroupId | GroupIdorg.jddd |
ArtifactId | ArtifactIdjddd-archunit |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionjDDD - ArchUnit rules
Domain-Driven Design concepts in Java
|
Filename | Size |
---|---|
jddd-archunit-0.1.0.pom | |
jddd-archunit-0.1.0.jar | 10 KB |
jddd-archunit-0.1.0-sources.jar | 5 KB |
jddd-archunit-0.1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jddd/jddd-archunit/ -->
<dependency>
<groupId>org.jddd</groupId>
<artifactId>jddd-archunit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jddd/jddd-archunit/
implementation 'org.jddd:jddd-archunit:0.1.0'
// https://jarcasting.com/artifacts/org.jddd/jddd-archunit/
implementation ("org.jddd:jddd-archunit:0.1.0")
'org.jddd:jddd-archunit:jar:0.1.0'
<dependency org="org.jddd" name="jddd-archunit" rev="0.1.0">
<artifact name="jddd-archunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jddd', module='jddd-archunit', version='0.1.0')
)
libraryDependencies += "org.jddd" % "jddd-archunit" % "0.1.0"
[org.jddd/jddd-archunit "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jddd : jddd-core | jar | 0.1.0 |
com.tngtech.archunit : archunit | jar | 0.13.1 |
org.springframework : spring-core | jar | 5.2.6.RELEASE |