is not current version
Last Version 1.1.1

io.github.theangrydev:domain-enforcer 1.0.0

Enforce dependencies between packages in a unit test!

Categories

Categories

Doma Data ORM
GroupId

GroupId

io.github.theangrydev
ArtifactId

ArtifactId

domain-enforcer
Version

Version

1.0.0
Type

Type

jar

Download domain-enforcer 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.theangrydev/domain-enforcer/ -->
<dependency>
    <groupId>io.github.theangrydev</groupId>
    <artifactId>domain-enforcer</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev/domain-enforcer/
implementation 'io.github.theangrydev:domain-enforcer:1.0.0'
// https://jarcasting.com/artifacts/io.github.theangrydev/domain-enforcer/
implementation ("io.github.theangrydev:domain-enforcer:1.0.0")
'io.github.theangrydev:domain-enforcer:jar:1.0.0'
<dependency org="io.github.theangrydev" name="domain-enforcer" rev="1.0.0">
  <artifact name="domain-enforcer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev', module='domain-enforcer', version='1.0.0')
)
libraryDependencies += "io.github.theangrydev" % "domain-enforcer" % "1.0.0"
[io.github.theangrydev/domain-enforcer "1.0.0"]