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