License |
License |
---|---|
GroupId | GroupIdcom.owteam.engUtils |
ArtifactId | ArtifactIdlog |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionengUtils_log
This is a library for parsing .netrc files
|
Project URL |
Project URL |
Filename | Size |
---|---|
log-2.0.0.pom | |
log-2.0.0.jar | 4 KB |
log-2.0.0-sources.jar | 1 KB |
log-2.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.owteam.engUtils/log/ -->
<dependency>
<groupId>com.owteam.engUtils</groupId>
<artifactId>log</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.owteam.engUtils/log/
implementation 'com.owteam.engUtils:log:2.0.0'
// https://jarcasting.com/artifacts/com.owteam.engUtils/log/
implementation ("com.owteam.engUtils:log:2.0.0")
'com.owteam.engUtils:log:jar:2.0.0'
<dependency org="com.owteam.engUtils" name="log" rev="2.0.0">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.owteam.engUtils', module='log', version='2.0.0')
)
libraryDependencies += "com.owteam.engUtils" % "log" % "2.0.0"
[com.owteam.engUtils/log "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |