GroupId | GroupIdde.binfalse |
---|---|
ArtifactId | ArtifactIdBFLog |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
BFLog-1.3.6.pom | |
BFLog-1.3.6.jar | 8 KB |
BFLog-1.3.6-sources.jar | 9 KB |
BFLog-1.3.6-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.binfalse/BFLog/ -->
<dependency>
<groupId>de.binfalse</groupId>
<artifactId>BFLog</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.binfalse/BFLog/
implementation 'de.binfalse:BFLog:1.3.6'
// https://jarcasting.com/artifacts/de.binfalse/BFLog/
implementation ("de.binfalse:BFLog:1.3.6")
'de.binfalse:BFLog:jar:1.3.6'
<dependency org="de.binfalse" name="BFLog" rev="1.3.6">
<artifact name="BFLog" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.binfalse', module='BFLog', version='1.3.6')
)
libraryDependencies += "de.binfalse" % "BFLog" % "1.3.6"
[de.binfalse/BFLog "1.3.6"]