You are here |
ryanharter.com | ||
| | | |
jeroenmols.com
|
|
| | | | As my previous blogposts already covered how to set up a private Maven repository, you might wonder "Why again a Maven blogpost?". Well that's a fair question and the answer is twofold: | |
| | | |
codingcraftsman.wordpress.com
|
|
| | | | STOP THE PRESS!!! The following post is now THANKFULLY obsolete. Microsoft have done the decent thing and provided their JDBC driver via maven. One day they may even make that driver comply with the entirety of the JDBC spec! The advice below relates to the use of driver versions not presently on maven central. Perhaps... | |
| | | |
www.marcogomiero.com
|
|
| | | | Update - February 2021 As you may have heard, JCenter is shutting down in May 2021. Into the Sunset on May 1st: Bintray, JCenter, GoCenter, and ChartCenter https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ So, this tutorial is no longer recommended because it explains how to publish an Android library to JCenter. I suggested you follow this guide written by Márton Braun. Publishing Android libraries to MavenCentral in 2021 https://getstream.io/blog/publishing-libraries-to-mavencentral-2021/ If you have already published a library on JCenter and you want to migrate the old artifacts to MavenCentral, you can follow the guide that I've written: | |
| | | |
blog.kdgregory.com
|
|
| | When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ... |