berndporr / iirj

An efficient IIR filter library written in JAVA
Apache License 2.0
134 stars 36 forks source link

Is this on Maven Central? #1

Closed bnjmnt4n closed 6 years ago

bnjmnt4n commented 7 years ago

I can't seem to install it from Mven Central.

berndporr commented 7 years ago

There are discussions to get this into commons math so I'm holding it off for now. Also it's still just RC2 so needs a bit more testing.

hmf commented 7 years ago

Any update on this issue?

berndporr commented 6 years ago

Should be now on maven central:

compile group: 'uk.me.berndporr', name:'iirj', version: '1.0'

uk.me.berndporr iirj 1.0

Let me know if that works for you.

hmf commented 6 years ago

@berndporr Seems to be working. Accessed library using SBT (Ivy). Thank you.