aserrallerios / kcl-akka-stream

Custom Akka Stream Sources and Flows to interact with Kinesis streams using Kineis Client Library
Other
22 stars 5 forks source link

Cannot import in gradle #16

Open AnumSheraz opened 4 years ago

AnumSheraz commented 4 years ago

I want to use this library in Java, and mentioning this in my gradle.build as compile group: 'aserrallerios', name: 'kcl-akka-stream_2.12', version: '0.6'

but my build fails Could not resolve aserrallerios:kcl-akka-stream_2.12:0.6.

Any help ?

aserrallerios commented 4 years ago

Did you add this?

<repository>
  <snapshots>
    <enabled>false</enabled>
  </snapshots>
  <id>bintray-aserrallerios-maven</id>
  <name>bintray</name>
  <url>https://dl.bintray.com/content/aserrallerios/maven</url>
</repository>