GroupId | GroupIdorg.logevents |
---|---|
ArtifactId | ArtifactIdlogevents |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
logevents-0.2.4.pom | |
logevents-0.2.4.jar | 368 KB |
logevents-0.2.4-sources.jar | 195 KB |
logevents-0.2.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.logevents/logevents/ -->
<dependency>
<groupId>org.logevents</groupId>
<artifactId>logevents</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.logevents/logevents/
implementation 'org.logevents:logevents:0.2.4'
// https://jarcasting.com/artifacts/org.logevents/logevents/
implementation ("org.logevents:logevents:0.2.4")
'org.logevents:logevents:jar:0.2.4'
<dependency org="org.logevents" name="logevents" rev="0.2.4">
<artifact name="logevents" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.logevents', module='logevents', version='0.2.4')
)
libraryDependencies += "org.logevents" % "logevents" % "0.2.4"
[org.logevents/logevents "0.2.4"]