Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.ktorm |
ArtifactId | ArtifactIdktorm-support-oracle |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
ktorm-support-oracle-3.3.0.pom | |
ktorm-support-oracle-3.3.0.jar | 5 KB |
ktorm-support-oracle-3.3.0-sources.jar | 2 KB |
ktorm-support-oracle-3.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ktorm/ktorm-support-oracle/ -->
<dependency>
<groupId>org.ktorm</groupId>
<artifactId>ktorm-support-oracle</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ktorm/ktorm-support-oracle/
implementation 'org.ktorm:ktorm-support-oracle:3.3.0'
// https://jarcasting.com/artifacts/org.ktorm/ktorm-support-oracle/
implementation ("org.ktorm:ktorm-support-oracle:3.3.0")
'org.ktorm:ktorm-support-oracle:jar:3.3.0'
<dependency org="org.ktorm" name="ktorm-support-oracle" rev="3.3.0">
<artifact name="ktorm-support-oracle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ktorm', module='ktorm-support-oracle', version='3.3.0')
)
libraryDependencies += "org.ktorm" % "ktorm-support-oracle" % "3.3.0"
[org.ktorm/ktorm-support-oracle "3.3.0"]