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