Skip to content

New maven repo: jillesvangurp.com

Compare
Choose a tag to compare
@jillesvangurp jillesvangurp released this 24 Aug 15:59
· 212 commits to master since this release

No functional changes since 3.1.1.

Since that release, this is a kotlin multiplatform distribution with packages for -jvm and -js (currently). Unfortunately,
multiplatform does not currently work with jitpack.io which I use on other projects. 3.1.2-3.1.4 on jitpack don't work unfortunately.

So, as a workaround, I currently distribute jars via my website. To add the repository, add something
like this to your build.gradle.kts file:

repositories {
    mavenCentral()
    maven { url = uri("https://www.jillesvangurp.com/maven") }
}

and then add the dependency:

implementation("com.github.jillesvangurp:geogeometry:3.1.5")

Older versions are still available on jitpack. If you are interested,
there's an open bug for this.