License |
License
Commercial License
|
---|---|
GroupId | GroupIdcom.torodb.torod.backends |
ArtifactId | ArtifactIdbackends |
Last Version | Last Version0.40 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTorod: DB backends
Parent project for the database backends module.
ToroDB is designed to support multiple possible backends (databases). User configuration would select which
one to use at a given time. Different backends may offer different capabilities and user features.
|
Project Organization |
Project Organization8Kdata |
Filename | Size |
---|---|
backends-0.40.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.torodb.torod.backends/backends/ -->
<dependency>
<groupId>com.torodb.torod.backends</groupId>
<artifactId>backends</artifactId>
<version>0.40</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.torod.backends/backends/
implementation 'com.torodb.torod.backends:backends:0.40'
// https://jarcasting.com/artifacts/com.torodb.torod.backends/backends/
implementation ("com.torodb.torod.backends:backends:0.40")
'com.torodb.torod.backends:backends:pom:0.40'
<dependency org="com.torodb.torod.backends" name="backends" rev="0.40">
<artifact name="backends" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.torodb.torod.backends', module='backends', version='0.40')
)
libraryDependencies += "com.torodb.torod.backends" % "backends" % "0.40"
[com.torodb.torod.backends/backends "0.40"]