| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.odoframework |
| ArtifactId | ArtifactIdodo-sql |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFramework for building Serverless applications
|
| Filename | Size |
|---|---|
| odo-sql-0.1.0.pom | |
| odo-sql-0.1.0.jar | 49 KB |
| odo-sql-0.1.0-sources.jar | 18 KB |
| odo-sql-0.1.0-javadoc.jar | 527 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.odoframework/odo-sql/ -->
<dependency>
<groupId>net.odoframework</groupId>
<artifactId>odo-sql</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.odoframework/odo-sql/
implementation 'net.odoframework:odo-sql:0.1.0'
// https://jarcasting.com/artifacts/net.odoframework/odo-sql/
implementation ("net.odoframework:odo-sql:0.1.0")
'net.odoframework:odo-sql:jar:0.1.0'
<dependency org="net.odoframework" name="odo-sql" rev="0.1.0">
<artifact name="odo-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.odoframework', module='odo-sql', version='0.1.0')
)
libraryDependencies += "net.odoframework" % "odo-sql" % "0.1.0"
[net.odoframework/odo-sql "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.odoframework : odo-core | jar | 0.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.platform : junit-platform-launcher | jar | 1.7.1 |
| org.hsqldb : hsqldb | jar | 2.5.1 |