spring-projects / spring-integration-extensions

The Spring Integration Extensions project provides extension components for Spring Integration
http://www.springintegration.org/
279 stars 265 forks source link

Maven coordinates #167

Closed jvmlet closed 7 years ago

jvmlet commented 7 years ago

Would you please point me to the maven repository hosting these artifacts ? Thanks

artembilan commented 7 years ago

https://repo.spring.io/libs-snapshot/ is the best place to find all the artifacts produced by Spring IO and even their dependencies.

Since not all modules in this projects has been even reached their Milestone, you should use BUILD-SNAPSHOT for them. And that repository contains them.

jvmlet commented 7 years ago

Thanks