License |
License
Commercial License
|
---|---|
GroupId | GroupIdcom.torodb |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version0.40 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionToroDB: common
Common project for ToroDB. Utilities and other useful code belongs here.
|
Project Organization |
Project Organization8Kdata |
Filename | Size |
---|---|
common-0.40.pom | |
common-0.40.jar | 3 KB |
common-0.40-sources.jar | 2 KB |
common-0.40-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.torodb/common/ -->
<dependency>
<groupId>com.torodb</groupId>
<artifactId>common</artifactId>
<version>0.40</version>
</dependency>
// https://jarcasting.com/artifacts/com.torodb/common/
implementation 'com.torodb:common:0.40'
// https://jarcasting.com/artifacts/com.torodb/common/
implementation ("com.torodb:common:0.40")
'com.torodb:common:jar:0.40'
<dependency org="com.torodb" name="common" rev="0.40">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torodb', module='common', version='0.40')
)
libraryDependencies += "com.torodb" % "common" % "0.40"
[com.torodb/common "0.40"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |