Closed OguzcanKarakoc closed 6 years ago
Hello, you can use snapshot repository until I release a new version and sync it to maven central.
<repositories> <repository> <id>snapshots</id> <name>libs-snapshot</name> <url>https://oss.jfrog.org/artifactory/libs-snapshot</url> </repository> </repositories> <dependencies> <dependency> <groupId>io.github.typhon0</groupId> <artifactId>AnimateFX</artifactId> <version>1.2.0-SNAPSHOT</version> </dependency> </dependencies>
Hello, you can use snapshot repository until I release a new version and sync it to maven central.