Skip to content

Commit

Permalink
Replace bintray references with maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 authored and micheljung committed Dec 18, 2021
1 parent 62fbb04 commit acd71c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# FxStage

[ ![Download](https://api.bintray.com/packages/micheljung/maven/fxstage/images/download.svg) ](https://bintray.com/micheljung/maven/fxstage/_latestVersion)
[ ![Maven central](https://maven-badges.herokuapp.com/maven-central/io.github.micheljung/fxstage/badge.svg) ](https://search.maven.org/artifact/io.github.micheljung/fxstage)


A small library to create borderless JavaFX stages with native window behaviour.

Expand Down Expand Up @@ -29,7 +30,7 @@ FxStage.configure(stage).apply();

## Get It Now

Get it via https://bintray.com/micheljung/maven/fxstage/
Get it via https://search.maven.org/artifact/io.github.micheljung/fxstage

```
repositories {
Expand Down

0 comments on commit acd71c8

Please sign in to comment.