GroupId | GroupIdcom.rbmhtechnology.vind |
---|---|
ArtifactId | ArtifactIdreport-writer-log |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
report-writer-log-1.0.0.pom | |
report-writer-log-1.0.0.jar | 3 KB |
report-writer-log-1.0.0-sources.jar | 1 KB |
report-writer-log-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rbmhtechnology.vind/report-writer-log/ -->
<dependency>
<groupId>com.rbmhtechnology.vind</groupId>
<artifactId>report-writer-log</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/report-writer-log/
implementation 'com.rbmhtechnology.vind:report-writer-log:1.0.0'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/report-writer-log/
implementation ("com.rbmhtechnology.vind:report-writer-log:1.0.0")
'com.rbmhtechnology.vind:report-writer-log:jar:1.0.0'
<dependency org="com.rbmhtechnology.vind" name="report-writer-log" rev="1.0.0">
<artifact name="report-writer-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='report-writer-log', version='1.0.0')
)
libraryDependencies += "com.rbmhtechnology.vind" % "report-writer-log" % "1.0.0"
[com.rbmhtechnology.vind/report-writer-log "1.0.0"]