is not current version
Last Version 1.0.2

io.github.dvgaba:easy-rules-archetype 0.0.1

Maven archetype to create a skeleton project

GroupId

GroupId

io.github.dvgaba
ArtifactId

ArtifactId

easy-rules-archetype
Version

Version

0.0.1
Type

Type

jar

Download easy-rules-archetype 0.0.1


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