GroupId | GroupIdorg.jnosql.artemis |
---|---|
ArtifactId | ArtifactIdartemis-parent |
Version | Version0.0.7 |
Type | Typepom |
Filename | Size |
---|---|
artemis-parent-0.0.7.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jnosql.artemis/artemis-parent/ -->
<dependency>
<groupId>org.jnosql.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jnosql.artemis/artemis-parent/
implementation 'org.jnosql.artemis:artemis-parent:0.0.7'
// https://jarcasting.com/artifacts/org.jnosql.artemis/artemis-parent/
implementation ("org.jnosql.artemis:artemis-parent:0.0.7")
'org.jnosql.artemis:artemis-parent:pom:0.0.7'
<dependency org="org.jnosql.artemis" name="artemis-parent" rev="0.0.7">
<artifact name="artemis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jnosql.artemis', module='artemis-parent', version='0.0.7')
)
libraryDependencies += "org.jnosql.artemis" % "artemis-parent" % "0.0.7"
[org.jnosql.artemis/artemis-parent "0.0.7"]