GroupId | GroupIdio.kevinlee |
---|---|
ArtifactId | ArtifactIdlogger-f-core_2.13 |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
logger-f-core_2.13-1.9.0.pom | |
logger-f-core_2.13-1.9.0.jar | 20 KB |
logger-f-core_2.13-1.9.0-sources.jar | 2 KB |
logger-f-core_2.13-1.9.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kevinlee/logger-f-core_2.13/ -->
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>logger-f-core_2.13</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kevinlee/logger-f-core_2.13/
implementation 'io.kevinlee:logger-f-core_2.13:1.9.0'
// https://jarcasting.com/artifacts/io.kevinlee/logger-f-core_2.13/
implementation ("io.kevinlee:logger-f-core_2.13:1.9.0")
'io.kevinlee:logger-f-core_2.13:jar:1.9.0'
<dependency org="io.kevinlee" name="logger-f-core_2.13" rev="1.9.0">
<artifact name="logger-f-core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kevinlee', module='logger-f-core_2.13', version='1.9.0')
)
libraryDependencies += "io.kevinlee" % "logger-f-core_2.13" % "1.9.0"
[io.kevinlee/logger-f-core_2.13 "1.9.0"]