【HttpClient4.5中文教程】2.使用maven构建开发环境

基本依赖为


      
            org.apache.httpcomponents
            httpclient
            4.5.4
        
        
            org.apache.httpcomponents
            httpmime
            4.5.4
        
        
            org.apache.httpcomponents
            fluent-hc
            4.5.4
        

完整的pom.xml



    4.0.0

    com.github.chenjazz
    learnhttpclient
    1.0-SNAPSHOT

    
        
            org.apache.httpcomponents
            httpclient
            4.5.4
        
        
            org.apache.httpcomponents
            httpmime
            4.5.4
        
        
            org.apache.httpcomponents
            fluent-hc
            4.5.4
        
    


    
        

            
                org.apache.maven.plugins
                maven-compiler-plugin
                
                    1.8
                    1.8
                
            
        
    

你可能感兴趣的:(【HttpClient4.5中文教程】2.使用maven构建开发环境)