License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.mcpat.slf4j |
ArtifactId | ArtifactIdslf4cldc-api |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSLF for CLDC API Module
The SLF API for Connected Limited Device Configuration 1.1
|
Project Organization |
Project OrganizationMarcel Patzlaff |
Filename | Size |
---|---|
slf4cldc-api-1.6.0.pom | |
slf4cldc-api-1.6.0.jar | 5 KB |
slf4cldc-api-1.6.0-sources.jar | 10 KB |
slf4cldc-api-1.6.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mcpat.slf4j/slf4cldc-api/ -->
<dependency>
<groupId>com.github.mcpat.slf4j</groupId>
<artifactId>slf4cldc-api</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mcpat.slf4j/slf4cldc-api/
implementation 'com.github.mcpat.slf4j:slf4cldc-api:1.6.0'
// https://jarcasting.com/artifacts/com.github.mcpat.slf4j/slf4cldc-api/
implementation ("com.github.mcpat.slf4j:slf4cldc-api:1.6.0")
'com.github.mcpat.slf4j:slf4cldc-api:jar:1.6.0'
<dependency org="com.github.mcpat.slf4j" name="slf4cldc-api" rev="1.6.0">
<artifact name="slf4cldc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mcpat.slf4j', module='slf4cldc-api', version='1.6.0')
)
libraryDependencies += "com.github.mcpat.slf4j" % "slf4cldc-api" % "1.6.0"
[com.github.mcpat.slf4j/slf4cldc-api "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 |