License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdlog_3.0.0-RC2 |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLog
A very simple Scala logging library that works with JVM and JS, Scala 2 and 3
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log_3.0.0-RC2-0.1.1.pom | |
log_3.0.0-RC2-0.1.1.jar | 10 KB |
log_3.0.0-RC2-0.1.1-sources.jar | 2 KB |
log_3.0.0-RC2-0.1.1-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/log_3.0.0-RC2/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>log_3.0.0-RC2</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/log_3.0.0-RC2/
implementation 'de.sciss:log_3.0.0-RC2:0.1.1'
// https://jarcasting.com/artifacts/de.sciss/log_3.0.0-RC2/
implementation ("de.sciss:log_3.0.0-RC2:0.1.1")
'de.sciss:log_3.0.0-RC2:jar:0.1.1'
<dependency org="de.sciss" name="log_3.0.0-RC2" rev="0.1.1">
<artifact name="log_3.0.0-RC2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='log_3.0.0-RC2', version='0.1.1')
)
libraryDependencies += "de.sciss" % "log_3.0.0-RC2" % "0.1.1"
[de.sciss/log_3.0.0-RC2 "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala3-library_3.0.0-RC2 | jar | 3.0.0-RC2 |