| License |
License |
|---|---|
| GroupId | GroupIdcom.rocketfuel.sdbc |
| ArtifactId | ArtifactIdbase_2.10 |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionbase
SDBC is a database API for Scala.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| base_2.10-1.0.pom | |
| base_2.10-1.0.jar | 55 KB |
| base_2.10-1.0-tests.jar | 36 KB |
| base_2.10-1.0-tests-sources.jar | 2 KB |
| base_2.10-1.0-tests-javadoc.jar | 366 KB |
| base_2.10-1.0-sources.jar | 9 KB |
| base_2.10-1.0-javadoc.jar | 424 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rocketfuel.sdbc/base_2.10/ -->
<dependency>
<groupId>com.rocketfuel.sdbc</groupId>
<artifactId>base_2.10</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc/base_2.10/
implementation 'com.rocketfuel.sdbc:base_2.10:1.0'
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc/base_2.10/
implementation ("com.rocketfuel.sdbc:base_2.10:1.0")
'com.rocketfuel.sdbc:base_2.10:jar:1.0'
<dependency org="com.rocketfuel.sdbc" name="base_2.10" rev="1.0">
<artifact name="base_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rocketfuel.sdbc', module='base_2.10', version='1.0')
)
libraryDependencies += "com.rocketfuel.sdbc" % "base_2.10" % "1.0"
[com.rocketfuel.sdbc/base_2.10 "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.5 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.scala-lang : scala-reflect | jar | 2.10.5 |
| com.typesafe : config | jar | 1.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.3 |
| org.apache.logging.log4j : log4j-api | jar | 2.3 |
| org.apache.logging.log4j : log4j-core | jar | 2.3 |
| org.scalatest : scalatest_2.10 | jar | 2.2.5 |
| org.scalacheck : scalacheck_2.10 | jar | 1.12.5 |
| org.scalaz : scalaz-core_2.10 | jar | 7.1.3 |
| org.apache.commons : commons-lang3 | jar | 3.4 |