Skip to content

Commit

Permalink
add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Feb 21, 2024
1 parent b4377ff commit df811c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
@@ -1,13 +1,16 @@
# facade-scalajs-N3.js
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.6.0.svg)](https://www.scala-js.org)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.p2m2/n3js_sjs1_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.p2m2/n3js_sjs1_2.13) <!-- https://github.com/jirutka/maven-badges -->
[![Coverage Status](https://coveralls.io/repos/github/p2m2/facade-scalajs-N3.js/badge.svg)](https://coveralls.io/github/p2m2/facade-scalajs-N3.js)
![CI](https://github.com/p2m2/facade-scalajs-N3.js/actions/workflows/ci.yml/badge.svg)
![Release](https://github.com/p2m2/facade-scalajs-N3.js/actions/workflows/release.yml/badge.svg)

Scala.js Facade of the [N3.js library](https://github.com/rdfjs/N3.js)

## Install

```
libraryDependencies += "com.github.p2m2" %%% "n3js" % "1.16.3",
libraryDependencies += "com.github.p2m2" %%% "n3js" % "v1.17.2",
```

## N3.Parser
Expand Down

0 comments on commit df811c5

Please sign in to comment.