GroupId | GroupIdio.github.redick01 |
---|---|
ArtifactId | ArtifactIdlog-helper-example |
Version | Version1.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
log-helper-example-1.0-RELEASE.pom | 934 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.redick01/log-helper-example/ -->
<dependency>
<groupId>io.github.redick01</groupId>
<artifactId>log-helper-example</artifactId>
<version>1.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.redick01/log-helper-example/
implementation 'io.github.redick01:log-helper-example:1.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.redick01/log-helper-example/
implementation ("io.github.redick01:log-helper-example:1.0-RELEASE")
'io.github.redick01:log-helper-example:pom:1.0-RELEASE'
<dependency org="io.github.redick01" name="log-helper-example" rev="1.0-RELEASE">
<artifact name="log-helper-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.redick01', module='log-helper-example', version='1.0-RELEASE')
)
libraryDependencies += "io.github.redick01" % "log-helper-example" % "1.0-RELEASE"
[io.github.redick01/log-helper-example "1.0-RELEASE"]