Typhon0 / AnimateFX

A library of +70 ready-to-use animations for JavaFX
Apache License 2.0
462 stars 67 forks source link

Question: Could you update the maven repository? #6

Closed OguzcanKarakoc closed 6 years ago

Typhon0 commented 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>