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