How to Create a jar file from github project

后端 未结 2 746
日久生厌
日久生厌 2021-02-06 03:27

I want a jar file for the project https://github.com/klout/brickhouse but I don\'t see any link on the site which gives me jar file. There is a link on right menu t

2条回答
  •  青春惊慌失措
    2021-02-06 04:20

    A little late in responding, but Brickhouse has a separate Downloads page in the wiki

    https://github.com/klout/brickhouse/wiki/Downloads

    Also, if you are using maven or ivy, it should be available in the sonatype public repo. http://central.maven.org/maven2/com/klout/brickhouse/

    If you are using maven to build a jar assembly, add the following lines in your pom.xml

        
            com.klout
            brickhouse
            0.5.5
        
    

提交回复
热议问题