Ecwid / consul-api

Java client for Consul HTTP API
Apache License 2.0
416 stars 177 forks source link

could u tell me how can i get the source code of consul-api:1.4.2 #215

Open 8696751 opened 3 years ago

8696751 commented 3 years ago

could u tell me how can i get the source code of consul-api:1.4.2

dnault commented 2 years ago

Commit 384d96095b84c3f3a27dd3db5b037000215b844b has the message "Upload release 1.4.2 to search.maven.org". If there were a 1.4.2 tag, this is probably the commit it would be associated with. Perhaps if we ask nicely, the repo maintainer will add the tag retroactively :-)

You could clone the project and do git checkout 384d960, or browse the repo on GitHub at that point in history: https://github.com/Ecwid/consul-api/tree/384d96095b84c3f3a27dd3db5b037000215b844b

if you just want source JAR, it's available on available on Maven Central: https://repo1.maven.org/maven2/com/ecwid/consul/consul-api/1.4.2/consul-api-1.4.2-sources.jar