is not current version
Last Version 1.0.6

com.github.lafa.logfast:logfast 1.0

Parent POM file for logfast project

GroupId

GroupId

com.github.lafa.logfast
ArtifactId

ArtifactId

logfast
Version

Version

1.0
Type

Type

pom

Download logfast 1.0

Filename Size
logfast-1.0.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</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.logfast/logfast/
implementation 'com.github.lafa.logfast:logfast:1.0'
// https://jarcasting.com/artifacts/com.github.lafa.logfast/logfast/
implementation ("com.github.lafa.logfast:logfast:1.0")
'com.github.lafa.logfast:logfast:pom:1.0'
<dependency org="com.github.lafa.logfast" name="logfast" rev="1.0">
  <artifact name="logfast" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.logfast', module='logfast', version='1.0')
)
libraryDependencies += "com.github.lafa.logfast" % "logfast" % "1.0"
[com.github.lafa.logfast/logfast "1.0"]