is not current version
Last Version 1.1.1

org.codeswarm:orafile 1.1

Java for dealing with Oracle SQL*Net .ora files

GroupId

GroupId

org.codeswarm
ArtifactId

ArtifactId

orafile
Version

Version

1.1
Type

Type

jar

Download orafile 1.1


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