| Title: |
Microsphere :: Logging :: Java Logging |
| Group ID: |
io.github.microsphere-projects |
| Artifact ID: |
microsphere-java-logging |
| Version: |
0.2.2 |
| Last modified: |
31.08.2026 02:50 |
| Packaging: |
pom.sha512 |
| Name: |
Microsphere :: Logging :: Java Logging |
| Description: |
Microsphere Java Logging |
| URL: |
https://github.com/microsphere-projects/microsphere-logging/microsphere-logging-parent/microsphere-java-logging |
| License: |
Apache License, Version 2.0 |
| Developers: |
Mercy Ma |
| Vendor: |
Microsphere |
|
|
| Size: |
5.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/github/microsphere-projects/microsphere-java-logging/0.2.2/microsphere-java-logging-0.2.2.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-logging-parent</artifactId>
<version>0.2.2</version>
<relativePath>../microsphere-logging-parent/pom.xml</relativePath>
</parent>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-java-logging</artifactId>
<version>0.2.2</version>
<name>Microsphere :: Logging :: Java Logging</name>
<description>Microsphere Java Logging</description>
<url>https://github.com/microsphere-projects/microsphere-logging/microsphere-logging-parent/microsphere-java-logging</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mercyblitz</id>
<name>Mercy Ma</name>
<email>mercyblitz@gmail.com</email>
<organization>Microsphere</organization>
<roles>
<role>lead</role>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/microsphere-projects/microsphere-logging.git/microsphere-logging-parent/microsphere-java-logging/microsphere-logging-parent/microsphere-java-logging</connection>
<developerConnection>scm:git:ssh://git@github.com/microsphere-projects/microsphere-logging.git/microsphere-logging-parent/microsphere-java-logging/microsphere-logging-parent/microsphere-java-logging</developerConnection>
<url>git@github.com/microsphere-projects/microsphere-logging.git/microsphere-logging-parent/microsphere-java-logging</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-logging-commons</artifactId>
<version>0.2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-java-annotations</artifactId>
<version>0.3.19</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-java-core</artifactId>
<version>0.3.19</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.14.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.14.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-java-logging</artifactId>
<version>0.2.2</version>
</dependency>
|
| Gradle: |
io.github.microsphere-projects:microsphere-java-logging:0.2.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|