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