GroupId | GroupIdorg.xowl.infra |
---|---|
ArtifactId | ArtifactIdxowl-store |
Version | Version1.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
xowl-store-1.0-beta2.pom | |
xowl-store-1.0-beta2.jar | 932 KB |
xowl-store-1.0-beta2-sources.jar | 602 KB |
xowl-store-1.0-beta2-javadoc.jar | 1021 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xowl.infra/xowl-store/ -->
<dependency>
<groupId>org.xowl.infra</groupId>
<artifactId>xowl-store</artifactId>
<version>1.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xowl.infra/xowl-store/
implementation 'org.xowl.infra:xowl-store:1.0-beta2'
// https://jarcasting.com/artifacts/org.xowl.infra/xowl-store/
implementation ("org.xowl.infra:xowl-store:1.0-beta2")
'org.xowl.infra:xowl-store:jar:1.0-beta2'
<dependency org="org.xowl.infra" name="xowl-store" rev="1.0-beta2">
<artifact name="xowl-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xowl.infra', module='xowl-store', version='1.0-beta2')
)
libraryDependencies += "org.xowl.infra" % "xowl-store" % "1.0-beta2"
[org.xowl.infra/xowl-store "1.0-beta2"]