Maven Thrift repository

后端 未结 4 676
难免孤独
难免孤独 2021-01-18 13:25

Does anyone know if the Thrift libraries are in any Maven repository?

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-18 14:01

    I'm not sure what the Thrift libraries are (next time, maybe add a link) but according to Maven Browser, there is a thrift artifact in the scala-tools repository:

    
      
        scala-tools
        http://scala-tools.org/repo-releases/
      
    
    

    Update: I can't say much about the version (and the content) hosted in the scala-tools repository but this is very likely an artifact made available by the scala folks for their own needs. Actually, the Apache Thrift project is using Ivy and publishing the java library to a maven repository (it will be the Apache snapshots repository, see THRIFT-363) is something on which they didn't work until recently. But the issue is closed now and my understanding is that they will publish an artifact with the next release.

提交回复
热议问题