GroupId | GroupIdorg.jnosql.artemis |
---|---|
ArtifactId | ArtifactIdartemis-core |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
artemis-core-0.0.2.pom | |
artemis-core-0.0.2.jar | 213 KB |
artemis-core-0.0.2-sources.jar | 171 KB |
artemis-core-0.0.2-javadoc.jar | 559 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jnosql.artemis/artemis-core/ -->
<dependency>
<groupId>org.jnosql.artemis</groupId>
<artifactId>artemis-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jnosql.artemis/artemis-core/
implementation 'org.jnosql.artemis:artemis-core:0.0.2'
// https://jarcasting.com/artifacts/org.jnosql.artemis/artemis-core/
implementation ("org.jnosql.artemis:artemis-core:0.0.2")
'org.jnosql.artemis:artemis-core:jar:0.0.2'
<dependency org="org.jnosql.artemis" name="artemis-core" rev="0.0.2">
<artifact name="artemis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jnosql.artemis', module='artemis-core', version='0.0.2')
)
libraryDependencies += "org.jnosql.artemis" % "artemis-core" % "0.0.2"
[org.jnosql.artemis/artemis-core "0.0.2"]