GroupId | GroupIdcom.free-now.sauron.plugins |
---|---|
ArtifactId | ArtifactIdlogs-report |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
logs-report-0.0.2.pom | |
logs-report-0.0.2.jar | 5 MB |
logs-report-0.0.2-sources.jar | 4 KB |
logs-report-0.0.2-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.free-now.sauron.plugins/logs-report/ -->
<dependency>
<groupId>com.free-now.sauron.plugins</groupId>
<artifactId>logs-report</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.free-now.sauron.plugins/logs-report/
implementation 'com.free-now.sauron.plugins:logs-report:0.0.2'
// https://jarcasting.com/artifacts/com.free-now.sauron.plugins/logs-report/
implementation ("com.free-now.sauron.plugins:logs-report:0.0.2")
'com.free-now.sauron.plugins:logs-report:jar:0.0.2'
<dependency org="com.free-now.sauron.plugins" name="logs-report" rev="0.0.2">
<artifact name="logs-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.free-now.sauron.plugins', module='logs-report', version='0.0.2')
)
libraryDependencies += "com.free-now.sauron.plugins" % "logs-report" % "0.0.2"
[com.free-now.sauron.plugins/logs-report "0.0.2"]