License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.owteam.engUtils |
ArtifactId | ArtifactIdnetrc |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionengUtils_netrc
This is a library for parsing .netrc files
|
Project URL |
Project URL |
Filename | Size |
---|---|
netrc-2.0.1.pom | |
netrc-2.0.1.jar | 7 KB |
netrc-2.0.1-sources.jar | 2 KB |
netrc-2.0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.owteam.engUtils/netrc/ -->
<dependency>
<groupId>com.owteam.engUtils</groupId>
<artifactId>netrc</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.owteam.engUtils/netrc/
implementation 'com.owteam.engUtils:netrc:2.0.1'
// https://jarcasting.com/artifacts/com.owteam.engUtils/netrc/
implementation ("com.owteam.engUtils:netrc:2.0.1")
'com.owteam.engUtils:netrc:jar:2.0.1'
<dependency org="com.owteam.engUtils" name="netrc" rev="2.0.1">
<artifact name="netrc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.owteam.engUtils', module='netrc', version='2.0.1')
)
libraryDependencies += "com.owteam.engUtils" % "netrc" % "2.0.1"
[com.owteam.engUtils/netrc "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |