Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdio.github.theangrydev |
ArtifactId | ArtifactIddomain-enforcer |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
domain-enforcer-1.0.0.pom | |
domain-enforcer-1.0.0.jar | 13 KB |
domain-enforcer-1.0.0-sources.jar | 5 KB |
domain-enforcer-1.0.0-javadoc.jar | 43 KB |
Browse |
<!-- 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"]