I have declared maven snapshots in repositories, but lib is not visible
repositories {
....
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/'}
}
dependencies {
compile 'com.lyft:reactivehttp:1.0.0-SNAPSHOT'
}
I tested my snapshot with maven project and it working fine.