aws-lambda-slf4j-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.vitalijr2.logging</groupId>
<artifactId>aws-lambda-slf4j-core</artifactId>
<version>1.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2022-2024 Vitalij Berdinskih
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
<groupId>io.github.vitalijr2.logging</groupId>
<artifactId>aws-lambda-slf4j-core</artifactId>
<version>1.2.0</version>
<name>SLF4J for AWS Lambda : Core</name>
<description>An SLF4J Logger implementation for AWS Lambda, core module</description>
<url>https://github.com/vitalijr2/aws-lambda-slf4j/aws-lambda-slf4j-core</url>
<licenses>
<license>
<name>Apache 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>See NOTICE for third-party licenses.</comments>
</license>
</licenses>
<developers>
<developer>
<id>vitalijr2</id>
<name>Vitalij Berdinskih</name>
<email>vitalij_r2@outlook.com</email>
<url>https://github.com/vitalijr2</url>
<timezone>Europe/Kyiv</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/vitalijr2/aws-lambda-slf4j.git/aws-lambda-slf4j-core</connection>
<developerConnection>scm:git:git@github.com:vitalijr2/aws-lambda-slf4j.git/aws-lambda-slf4j-core</developerConnection>
<url>https://github.com/vitalijr2/aws-lambda-slf4j/aws-lambda-slf4j-core</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-core</artifactId>
<version>1.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>