GroupId | GroupIdcom.github.lafa.logfast |
---|---|
ArtifactId | ArtifactIdlogfast |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
logfast-1.0.1.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lafa.logfast/logfast/ -->
<dependency>
<groupId>com.github.lafa.logfast</groupId>
<artifactId>logfast</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.logfast/logfast/
implementation 'com.github.lafa.logfast:logfast:1.0.1'
// https://jarcasting.com/artifacts/com.github.lafa.logfast/logfast/
implementation ("com.github.lafa.logfast:logfast:1.0.1")
'com.github.lafa.logfast:logfast:pom:1.0.1'
<dependency org="com.github.lafa.logfast" name="logfast" rev="1.0.1">
<artifact name="logfast" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.logfast', module='logfast', version='1.0.1')
)
libraryDependencies += "com.github.lafa.logfast" % "logfast" % "1.0.1"
[com.github.lafa.logfast/logfast "1.0.1"]