GroupId | GroupIdorg.apache.isis.runtimes.dflt.objectstores |
---|---|
ArtifactId | ArtifactIddflt |
Version | Version0.1.2-incubating |
Type | Typejar |
Filename | Size |
---|---|
dflt-0.1.2-incubating.pom | |
dflt-0.1.2-incubating.jar | 28 KB |
dflt-0.1.2-incubating-tests.jar | 52 KB |
dflt-0.1.2-incubating-test-sources.jar | 33 KB |
dflt-0.1.2-incubating-sources.jar | 24 KB |
dflt-0.1.2-incubating-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.objectstores/dflt/ -->
<dependency>
<groupId>org.apache.isis.runtimes.dflt.objectstores</groupId>
<artifactId>dflt</artifactId>
<version>0.1.2-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.objectstores/dflt/
implementation 'org.apache.isis.runtimes.dflt.objectstores:dflt:0.1.2-incubating'
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.objectstores/dflt/
implementation ("org.apache.isis.runtimes.dflt.objectstores:dflt:0.1.2-incubating")
'org.apache.isis.runtimes.dflt.objectstores:dflt:jar:0.1.2-incubating'
<dependency org="org.apache.isis.runtimes.dflt.objectstores" name="dflt" rev="0.1.2-incubating">
<artifact name="dflt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.runtimes.dflt.objectstores', module='dflt', version='0.1.2-incubating')
)
libraryDependencies += "org.apache.isis.runtimes.dflt.objectstores" % "dflt" % "0.1.2-incubating"
[org.apache.isis.runtimes.dflt.objectstores/dflt "0.1.2-incubating"]