GroupId | GroupIdio.github.dvgaba |
---|---|
ArtifactId | ArtifactIdeasy-rules-archetype |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
easy-rules-archetype-0.0.1.pom | |
easy-rules-archetype-0.0.1.jar | 5 KB |
easy-rules-archetype-0.0.1-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>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"]