GroupId | GroupIdcom.github.wasiqb.coteafs |
---|---|
ArtifactId | ArtifactIdlogger |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
logger-2.3.0.pom | |
logger-2.3.0.jar | 15 KB |
logger-2.3.0-sources.jar | 9 KB |
logger-2.3.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/logger/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>logger</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/logger/
implementation 'com.github.wasiqb.coteafs:logger:2.3.0'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/logger/
implementation ("com.github.wasiqb.coteafs:logger:2.3.0")
'com.github.wasiqb.coteafs:logger:jar:2.3.0'
<dependency org="com.github.wasiqb.coteafs" name="logger" rev="2.3.0">
<artifact name="logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='logger', version='2.3.0')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "logger" % "2.3.0"
[com.github.wasiqb.coteafs/logger "2.3.0"]