Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jnosql.artemis |
ArtifactId | ArtifactIdartemis-core |
Version | Version1.0.0-b1 |
Type | Typejar |
Filename | Size |
---|---|
artemis-core-1.0.0-b1.pom | |
artemis-core-1.0.0-b1.jar | 118 KB |
artemis-core-1.0.0-b1-sources.jar | 76 KB |
artemis-core-1.0.0-b1-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jnosql.artemis/artemis-core/ -->
<dependency>
<groupId>org.eclipse.jnosql.artemis</groupId>
<artifactId>artemis-core</artifactId>
<version>1.0.0-b1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jnosql.artemis/artemis-core/
implementation 'org.eclipse.jnosql.artemis:artemis-core:1.0.0-b1'
// https://jarcasting.com/artifacts/org.eclipse.jnosql.artemis/artemis-core/
implementation ("org.eclipse.jnosql.artemis:artemis-core:1.0.0-b1")
'org.eclipse.jnosql.artemis:artemis-core:jar:1.0.0-b1'
<dependency org="org.eclipse.jnosql.artemis" name="artemis-core" rev="1.0.0-b1">
<artifact name="artemis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jnosql.artemis', module='artemis-core', version='1.0.0-b1')
)
libraryDependencies += "org.eclipse.jnosql.artemis" % "artemis-core" % "1.0.0-b1"
[org.eclipse.jnosql.artemis/artemis-core "1.0.0-b1"]