| GroupId | GroupIdcom.github.frtu.logs |
|---|---|
| ArtifactId | ArtifactIdlogger-master-pom |
| Version | Version0.9.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| logger-master-pom-0.9.2.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.frtu.logs/logger-master-pom/ -->
<dependency>
<groupId>com.github.frtu.logs</groupId>
<artifactId>logger-master-pom</artifactId>
<version>0.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.logs/logger-master-pom/
implementation 'com.github.frtu.logs:logger-master-pom:0.9.2'
// https://jarcasting.com/artifacts/com.github.frtu.logs/logger-master-pom/
implementation ("com.github.frtu.logs:logger-master-pom:0.9.2")
'com.github.frtu.logs:logger-master-pom:pom:0.9.2'
<dependency org="com.github.frtu.logs" name="logger-master-pom" rev="0.9.2">
<artifact name="logger-master-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.logs', module='logger-master-pom', version='0.9.2')
)
libraryDependencies += "com.github.frtu.logs" % "logger-master-pom" % "0.9.2"
[com.github.frtu.logs/logger-master-pom "0.9.2"]