https://github.com/theangrydev/domain-enforcer
Enforce dependencies between packages in a unit test!
https://github.com/theangrydev/domain-enforcer
domain-driven-design static-analysis
Last synced: 10 months ago
JSON representation
Enforce dependencies between packages in a unit test!
- Host: GitHub
- URL: https://github.com/theangrydev/domain-enforcer
- Owner: theangrydev
- License: apache-2.0
- Created: 2016-03-22T20:50:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T20:10:20.000Z (over 7 years ago)
- Last Synced: 2025-07-25T17:25:00.674Z (11 months ago)
- Topics: domain-driven-design, static-analysis
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://mvnrepository.com/artifact/io.github.theangrydev/domain-enforcer)
[](http://javadoc-badge.appspot.com/io.github.theangrydev/domain-enforcer)
[](https://gitter.im/domain-enforcer/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://travis-ci.org/theangrydev/domain-enforcer)
[](https://codecov.io/gh/theangrydev/domain-enforcer)
[](https://www.codacy.com/app/liam-williams/domain-enforcer?utm_source=github.com&utm_medium=referral&utm_content=theangrydev/domain-enforcer&utm_campaign=Badge_Grade)
[](https://codebeat.co/projects/github-com-theangrydev-domain-enforcer)
[](https://sonarcloud.io/dashboard?id=io.github.theangrydev:domain-enforcer)
# domain-enforcer
Enforce dependencies between packages in a unit test!
```xml
io.github.theangrydev
domain-enforcer
1.1.1
```
## Releases
### 1.1.1
* Use `%n` not `\n` when displaying new lines
### 1.1.0
* Made it easier to see violations by putting them on a new line (closes [#1](https://github.com/theangrydev/domain-enforcer/issues/1))
### 1.0.0
* Initial stab at domain-enforcer