coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Introduce the ability to determine available versions of a module #411

Closed brianoliver closed 7 years ago

brianoliver commented 7 years ago

As a developer I'd like the ability to determine the versions of a module that exist, say in a Maven repository.

eg: What versions of Coherence match 12.1.*

brianoliver commented 7 years ago

The following article demonstrates how with Aether (which is used by Bedrock):

https://github.com/eclipse/aether-demo/blob/master/aether-demo-snippets/src/main/java/org/eclipse/aether/examples/FindAvailableVersions.java