is not current version
Last Version 2.0.1

com.owteam.engUtils:netrc 2.0.0

This is a library for parsing .netrc files

Categories

Categories

Net
GroupId

GroupId

com.owteam.engUtils
ArtifactId

ArtifactId

netrc
Version

Version

2.0.0
Type

Type

jar

Download netrc 2.0.0


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