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