License |
License |
---|---|
GroupId | GroupIdio.github.dvgaba |
ArtifactId | ArtifactIdeasy-rules-archetype |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionEasy Rules Quick Start Archetype
Maven archetype to create a skeleton project
|
Project URL |
Project URL |
Filename | Size |
---|---|
easy-rules-archetype-1.0.2.pom | |
easy-rules-archetype-1.0.2.jar | 5 KB |
easy-rules-archetype-1.0.2-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules-archetype/ -->
<dependency>
<groupId>io.github.dvgaba</groupId>
<artifactId>easy-rules-archetype</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules-archetype/
implementation 'io.github.dvgaba:easy-rules-archetype:1.0.2'
// https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules-archetype/
implementation ("io.github.dvgaba:easy-rules-archetype:1.0.2")
'io.github.dvgaba:easy-rules-archetype:jar:1.0.2'
<dependency org="io.github.dvgaba" name="easy-rules-archetype" rev="1.0.2">
<artifact name="easy-rules-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dvgaba', module='easy-rules-archetype', version='1.0.2')
)
libraryDependencies += "io.github.dvgaba" % "easy-rules-archetype" % "1.0.2"
[io.github.dvgaba/easy-rules-archetype "1.0.2"]