Closed michael-newsrx closed 8 years ago
I failed to reproduce this error. Is you maven configuration correct? e.g.
<dependency>
<groupId>com.github.jgonian</groupId>
<artifactId>commons-ip-math</artifactId>
<version>1.31</version>
</dependency>
From what I see the published artifact is correct (jar size: 45329 bytes) http://repo1.maven.org/maven2/com/github/jgonian/commons-ip-math/1.31/
FYI: I'm using Gradle. Hrmmm... I purged my local copy and set to repo from jcenter() to mavenCentral() and it downloaded a correct jar. I purged again and set it back to jcenter() and it again downloaded a correct jar.
Transient error perhaps?
Version 1.31 being downloaded via maven is an empty jar file of 22 bytes.