Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.ktorm |
ArtifactId | ArtifactIdktorm-support-oracle |
Version | Version3.2.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ktorm/ktorm-support-oracle/ -->
<dependency>
<groupId>org.ktorm</groupId>
<artifactId>ktorm-support-oracle</artifactId>
<version>3.2.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ktorm/ktorm-support-oracle/
implementation 'org.ktorm:ktorm-support-oracle:3.2.0-RC2'
// https://jarcasting.com/artifacts/org.ktorm/ktorm-support-oracle/
implementation ("org.ktorm:ktorm-support-oracle:3.2.0-RC2")
'org.ktorm:ktorm-support-oracle:jar:3.2.0-RC2'
<dependency org="org.ktorm" name="ktorm-support-oracle" rev="3.2.0-RC2">
<artifact name="ktorm-support-oracle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ktorm', module='ktorm-support-oracle', version='3.2.0-RC2')
)
libraryDependencies += "org.ktorm" % "ktorm-support-oracle" % "3.2.0-RC2"
[org.ktorm/ktorm-support-oracle "3.2.0-RC2"]