s

simplefan

Oracle Simple FAN
https://www.oracle.com/database/technologies/appdev/jdbc.html
Oracle Free Use Terms and Conditions (FUTC)
Files download
File Operation
simplefan-19.3.0.0.jar download
simplefan-19.3.0.0.pom download
simplefan-19.3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.ojdbc</groupId>
  <artifactId>simplefan</artifactId>
  <version>19.3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.ojdbc:simplefan:19.3.0.0'
Gradle Kotlin
implementation("com.oracle.ojdbc:simplefan:19.3.0.0")
Scala SBT
libraryDependencies += "com.oracle.ojdbc" % "simplefan" % "19.3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.ojdbc', module='simplefan', version='19.3.0.0')
)
Apache Ivy
<dependency org="com.oracle.ojdbc" name="simplefan" rev="19.3.0.0" />
Leiningen
[com.oracle.ojdbc/simplefan "19.3.0.0"]
Apache Buildr
'com.oracle.ojdbc:simplefan:jar:19.3.0.0'
Dependencies