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