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