GroupId | GroupIdorg.apache.isis.runtimes.dflt.objectstores |
---|---|
ArtifactId | ArtifactIdsql-impl |
Version | Version0.1.2-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.objectstores/sql-impl/ -->
<dependency>
<groupId>org.apache.isis.runtimes.dflt.objectstores</groupId>
<artifactId>sql-impl</artifactId>
<version>0.1.2-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.objectstores/sql-impl/
implementation 'org.apache.isis.runtimes.dflt.objectstores:sql-impl:0.1.2-incubating'
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.objectstores/sql-impl/
implementation ("org.apache.isis.runtimes.dflt.objectstores:sql-impl:0.1.2-incubating")
'org.apache.isis.runtimes.dflt.objectstores:sql-impl:jar:0.1.2-incubating'
<dependency org="org.apache.isis.runtimes.dflt.objectstores" name="sql-impl" rev="0.1.2-incubating">
<artifact name="sql-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.runtimes.dflt.objectstores', module='sql-impl', version='0.1.2-incubating')
)
libraryDependencies += "org.apache.isis.runtimes.dflt.objectstores" % "sql-impl" % "0.1.2-incubating"
[org.apache.isis.runtimes.dflt.objectstores/sql-impl "0.1.2-incubating"]