is not current version
Last Version 2.0.0-oss

com.att.eelf:eelf-core 1.0.0

The Generic logging framework

GroupId

GroupId

com.att.eelf
ArtifactId

ArtifactId

eelf-core
Version

Version

1.0.0
Type

Type

jar

Download eelf-core 1.0.0


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