License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.github.vmazheru.codeless |
ArtifactId | ArtifactIdcl-logging |
Version | Version0.9.0 |
Type | Typejar |
Description |
Descriptioncl.logging
Tools for the busy Java developer
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cl-logging-0.9.0.pom | |
cl-logging-0.9.0.jar | 5 KB |
cl-logging-0.9.0-sources.jar | 3 KB |
cl-logging-0.9.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vmazheru.codeless/cl-logging/ -->
<dependency>
<groupId>com.github.vmazheru.codeless</groupId>
<artifactId>cl-logging</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vmazheru.codeless/cl-logging/
implementation 'com.github.vmazheru.codeless:cl-logging:0.9.0'
// https://jarcasting.com/artifacts/com.github.vmazheru.codeless/cl-logging/
implementation ("com.github.vmazheru.codeless:cl-logging:0.9.0")
'com.github.vmazheru.codeless:cl-logging:jar:0.9.0'
<dependency org="com.github.vmazheru.codeless" name="cl-logging" rev="0.9.0">
<artifact name="cl-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vmazheru.codeless', module='cl-logging', version='0.9.0')
)
libraryDependencies += "com.github.vmazheru.codeless" % "cl-logging" % "0.9.0"
[com.github.vmazheru.codeless/cl-logging "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
com.github.vmazheru.codeless : cl-core | jar | 0.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 2.2.1 |
junit : junit | jar | 4.12 |
com.novocode : junit-interface | jar | 0.11 |