This repository was archived by the owner on Jun 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-24
lines changed
Expand file tree Collapse file tree 2 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -42,25 +42,15 @@ than **logback** (716K).
4242
4343## Acquire
4444
45- The package is not published to Maven Central yet.
46- Use bot-by's GitLab repository instead, please:
47-
48- ``` xml
49- <repositories >
50- <repository >
51- <id >gitlab-maven</id >
52- <url >https://gitlab.com/api/v4/projects/35359780/packages/maven</url >
53- </repository >
54- </repositories >
55- ```
45+ ![ Maven Central] ( https://img.shields.io/maven-central/v/uk.bot-by/slf4j-aws-lambda )
5646
5747Please add dependency to your project:
5848
5949``` xml
6050<dependency >
6151 <groupId >uk.bot-by</groupId >
6252 <artifactId >slf4j-aws-lambda</artifactId >
63- <version >1.0.0 </version >
53+ <version >1.0.1 </version >
6454</dependency >
6555```
6656
Original file line number Diff line number Diff line change 11# Acquire
22
3- The package is not published to Maven Central yet.
4- Use bot-by's GitLab repository instead, please:
5-
6- ``` language-xml
7- <repositories>
8- <repository>
9- <id>gitlab-maven</id>
10- <url>https://gitlab.com/api/v4/projects/35359780/packages/maven</url>
11- </repository>
12- </repositories>
13- ```
3+ ![ Maven Central] ( https://img.shields.io/maven-central/v/uk.bot-by/slf4j-aws-lambda )
144
155Please add dependency to your project:
166
177``` language-xml
188<dependency>
199 <groupId>uk.bot-by</groupId>
2010 <artifactId>slf4j-aws-lambda</artifactId>
21- <version>1.0.0 </version>
11+ <version>1.0.1 </version>
2212</dependency>
2313```
You can’t perform that action at this time.
0 commit comments