GroupId | GroupIdio.github.sevdokimov.logviewer |
---|---|
ArtifactId | ArtifactIdlog-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
log-parent-1.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sevdokimov.logviewer/log-parent/ -->
<dependency>
<groupId>io.github.sevdokimov.logviewer</groupId>
<artifactId>log-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.sevdokimov.logviewer/log-parent/
implementation 'io.github.sevdokimov.logviewer:log-parent:1.0.0'
// https://jarcasting.com/artifacts/io.github.sevdokimov.logviewer/log-parent/
implementation ("io.github.sevdokimov.logviewer:log-parent:1.0.0")
'io.github.sevdokimov.logviewer:log-parent:pom:1.0.0'
<dependency org="io.github.sevdokimov.logviewer" name="log-parent" rev="1.0.0">
<artifact name="log-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.sevdokimov.logviewer', module='log-parent', version='1.0.0')
)
libraryDependencies += "io.github.sevdokimov.logviewer" % "log-parent" % "1.0.0"
[io.github.sevdokimov.logviewer/log-parent "1.0.0"]