GroupId | GroupIdio.github.dvgaba |
---|---|
ArtifactId | ArtifactIdeasy-rules |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
easy-rules-1.0.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules/ -->
<dependency>
<groupId>io.github.dvgaba</groupId>
<artifactId>easy-rules</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules/
implementation 'io.github.dvgaba:easy-rules:1.0.0'
// https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules/
implementation ("io.github.dvgaba:easy-rules:1.0.0")
'io.github.dvgaba:easy-rules:pom:1.0.0'
<dependency org="io.github.dvgaba" name="easy-rules" rev="1.0.0">
<artifact name="easy-rules" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dvgaba', module='easy-rules', version='1.0.0')
)
libraryDependencies += "io.github.dvgaba" % "easy-rules" % "1.0.0"
[io.github.dvgaba/easy-rules "1.0.0"]