| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.apparat |
| ArtifactId | ArtifactIdapparat-log |
| Last Version | Last Version1.0-RC9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionapparat-log
A simple logging framework for Apparat.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| apparat-log-1.0-RC9.pom | |
| apparat-log-1.0-RC9.jar | 34 KB |
| apparat-log-1.0-RC9-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.apparat/apparat-log/ -->
<dependency>
<groupId>com.googlecode.apparat</groupId>
<artifactId>apparat-log</artifactId>
<version>1.0-RC9</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.apparat/apparat-log/
implementation 'com.googlecode.apparat:apparat-log:1.0-RC9'
// https://jarcasting.com/artifacts/com.googlecode.apparat/apparat-log/
implementation ("com.googlecode.apparat:apparat-log:1.0-RC9")
'com.googlecode.apparat:apparat-log:jar:1.0-RC9'
<dependency org="com.googlecode.apparat" name="apparat-log" rev="1.0-RC9">
<artifact name="apparat-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.apparat', module='apparat-log', version='1.0-RC9')
)
libraryDependencies += "com.googlecode.apparat" % "apparat-log" % "1.0-RC9"
[com.googlecode.apparat/apparat-log "1.0-RC9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-tools.testing : specs | jar | 1.6.1-2.8.0.Beta1-RC6 |
| junit : junit | jar | 4.4 |