s

smallmind-scribe

Scribe Logging Framework
Files download
File Operation
smallmind-scribe-3.3.23.pom download
Apache Maven
<dependency>
  <groupId>org.smallmind</groupId>
  <artifactId>smallmind-scribe</artifactId>
  <version>3.3.23</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.smallmind:smallmind-scribe:3.3.23'
Gradle Kotlin
implementation("org.smallmind:smallmind-scribe:3.3.23")
Scala SBT
libraryDependencies += "org.smallmind" % "smallmind-scribe" % "3.3.23"
Groovy Grape
@Grapes(
  @Grab(group='org.smallmind', module='smallmind-scribe', version='3.3.23')
)
Apache Ivy
<dependency org="org.smallmind" name="smallmind-scribe" rev="3.3.23" />
Leiningen
[org.smallmind/smallmind-scribe "3.3.23"]
Apache Buildr
'org.smallmind:smallmind-scribe:jar:3.3.23'