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