File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Copper Multicodec is a Java library that implements [Multicodec](https://github.
44
55[ ![ Java 8 CI] ( https://github.com/filip26/copper-multicodec/actions/workflows/java8-build.yml/badge.svg )] ( https://github.com/filip26/copper-multicodec/actions/workflows/java8-build.yml )
66[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=filip26_copper-multicodec&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=filip26_copper-multicodec )
7+ [ ![ javadoc] ( https://javadoc.io/badge2/com.apicatalog/copper-multicodec/javadoc.svg )] ( https://javadoc.io/doc/com.apicatalog/copper-multicodec )
78[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.apicatalog/copper-multicodec.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:com.apicatalog%20AND%20a:copper-multicodec )
89[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
910
@@ -16,6 +17,8 @@ Copper Multicodec is a Java library that implements [Multicodec](https://github.
1617- ** Unsigned VarInt Support:** Handles unsigned variable-length integers.
1718- ** Zero Third-Party Dependencies:** Ensures a lightweight and self-contained implementation.
1819
20+ [ Supported Codecs] ( https://github.com/filip26/copper-multicodec/tree/main/src/main/java/com/apicatalog/multicodec/codec )
21+
1922## Examples
2023
2124``` java
@@ -110,15 +113,10 @@ To include Copper Multicodec in your project, add the following dependency to yo
110113<dependency >
111114 <groupId >com.apicatalog</groupId >
112115 <artifactId >copper-multicodec</artifactId >
113- <version >2.1 .0</version >
116+ <version >2.2 .0</version >
114117</dependency >
115118```
116119
117- ## Documentation
118-
119- * [ ![ javadoc] ( https://javadoc.io/badge2/com.apicatalog/copper-multicodec/javadoc.svg )] ( https://javadoc.io/doc/com.apicatalog/copper-multicodec )
120- * [ Supported Codecs] ( https://github.com/filip26/copper-multicodec/tree/main/src/main/java/com/apicatalog/multicodec/codec )
121-
122120## Contributing
123121
124122All PR's welcome!
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.apicatalog</groupId >
77 <artifactId >copper-multicodec</artifactId >
8- <version >2.2.0-SNAPSHOT </version >
8+ <version >2.2.0</version >
99 <packaging >jar</packaging >
1010 <url >https://github.com/filip26/copper-multicodec</url >
1111 <scm >
You can’t perform that action at this time.
0 commit comments