GroupId | GroupIdcom.github.realzimboguy |
---|---|
ArtifactId | ArtifactIdesoslog |
Version | Version3.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
esoslog-3.0-RELEASE.pom | |
esoslog-3.0-RELEASE.jar | 28 KB |
esoslog-3.0-RELEASE-sources.jar | 8 KB |
esoslog-3.0-RELEASE-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.realzimboguy/esoslog/ -->
<dependency>
<groupId>com.github.realzimboguy</groupId>
<artifactId>esoslog</artifactId>
<version>3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.realzimboguy/esoslog/
implementation 'com.github.realzimboguy:esoslog:3.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.realzimboguy/esoslog/
implementation ("com.github.realzimboguy:esoslog:3.0-RELEASE")
'com.github.realzimboguy:esoslog:jar:3.0-RELEASE'
<dependency org="com.github.realzimboguy" name="esoslog" rev="3.0-RELEASE">
<artifact name="esoslog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.realzimboguy', module='esoslog', version='3.0-RELEASE')
)
libraryDependencies += "com.github.realzimboguy" % "esoslog" % "3.0-RELEASE"
[com.github.realzimboguy/esoslog "3.0-RELEASE"]