| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdcom.github.mcpat.slf4j |
| ArtifactId | ArtifactIdslf4cldc-simple |
| Last Version | Last Version1.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSLF for CLDC Simple Binding
SLF Simple binding for Connected Limited Device Configuration 1.1
|
| Project Organization |
Project OrganizationMarcel Patzlaff |
| Filename | Size |
|---|---|
| slf4cldc-simple-1.6.0.pom | |
| slf4cldc-simple-1.6.0.jar | 5 KB |
| slf4cldc-simple-1.6.0-sources.jar | 6 KB |
| slf4cldc-simple-1.6.0-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mcpat.slf4j/slf4cldc-simple/ -->
<dependency>
<groupId>com.github.mcpat.slf4j</groupId>
<artifactId>slf4cldc-simple</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mcpat.slf4j/slf4cldc-simple/
implementation 'com.github.mcpat.slf4j:slf4cldc-simple:1.6.0'
// https://jarcasting.com/artifacts/com.github.mcpat.slf4j/slf4cldc-simple/
implementation ("com.github.mcpat.slf4j:slf4cldc-simple:1.6.0")
'com.github.mcpat.slf4j:slf4cldc-simple:jar:1.6.0'
<dependency org="com.github.mcpat.slf4j" name="slf4cldc-simple" rev="1.6.0">
<artifact name="slf4cldc-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mcpat.slf4j', module='slf4cldc-simple', version='1.6.0')
)
libraryDependencies += "com.github.mcpat.slf4j" % "slf4cldc-simple" % "1.6.0"
[com.github.mcpat.slf4j/slf4cldc-simple "1.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mcpat.slf4j : slf4cldc-api | jar | 1.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mcpat.apistubs : cldc-1.1-stub | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |