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