is not current version
Last Version 2.0.0-oss

com.att.eelf:eelf-core 0.0.1

The Generic logging framework

GroupId

GroupId

com.att.eelf
ArtifactId

ArtifactId

eelf-core
Version

Version

0.0.1
Type

Type

jar

Download eelf-core 0.0.1


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