License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.owlplatform |
ArtifactId | ArtifactIdowl-common |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOwl Platform common library
Utilities and data structures used by more than one Owl Platform library or component.
|
Project URL |
Project URL |
Filename | Size |
---|---|
owl-common-1.0.3.pom | |
owl-common-1.0.3.jar | 10 KB |
owl-common-1.0.3-sources.jar | 11 KB |
owl-common-1.0.3-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.owlplatform/owl-common/ -->
<dependency>
<groupId>com.owlplatform</groupId>
<artifactId>owl-common</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.owlplatform/owl-common/
implementation 'com.owlplatform:owl-common:1.0.3'
// https://jarcasting.com/artifacts/com.owlplatform/owl-common/
implementation ("com.owlplatform:owl-common:1.0.3")
'com.owlplatform:owl-common:jar:1.0.3'
<dependency org="com.owlplatform" name="owl-common" rev="1.0.3">
<artifact name="owl-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.owlplatform', module='owl-common', version='1.0.3')
)
libraryDependencies += "com.owlplatform" % "owl-common" % "1.0.3"
[com.owlplatform/owl-common "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.10 |