is not current version
Last Version 1.1.1

org.codeswarm:orafile 1.0

Java for dealing with Oracle SQL*Net .ora files

GroupId

GroupId

org.codeswarm
ArtifactId

ArtifactId

orafile
Version

Version

1.0
Type

Type

jar

Download orafile 1.0


<!-- https://jarcasting.com/artifacts/org.codeswarm/orafile/ -->
<dependency>
    <groupId>org.codeswarm</groupId>
    <artifactId>orafile</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codeswarm/orafile/
implementation 'org.codeswarm:orafile:1.0'
// https://jarcasting.com/artifacts/org.codeswarm/orafile/
implementation ("org.codeswarm:orafile:1.0")
'org.codeswarm:orafile:jar:1.0'
<dependency org="org.codeswarm" name="orafile" rev="1.0">
  <artifact name="orafile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codeswarm', module='orafile', version='1.0')
)
libraryDependencies += "org.codeswarm" % "orafile" % "1.0"
[org.codeswarm/orafile "1.0"]