2014-09-23 138 views
0

當我使用以下依賴項時,1.8.61.8.7,我無法獲得類PDFieldTreeNodePdfBox - 版本 - 文件問題

<dependency> 
     <groupId>org.apache.pdfbox</groupId> 
     <artifactId>pdfbox</artifactId> 
     <version>1.8.6</version> 
    </dependency> 

我檢查了我下載的jar文件,還有源代碼jar文件,但文件不存在。

但是,當我更改爲<version>2.0.0-SNAPSHOT</version>,我能夠得到該文件。

其他版本的問題是什麼,這也不是新增的文件。

+0

加入你說怎麼辦,這不是新的文件添加..?你怎麼知道的? – ashokramcse 2014-09-23 11:14:14

+0

@ashokramcse檢查那裏的svn倉庫,從最近的幾個版本中,在這個文件中還有修改以及其他文件,但不作爲新增加。 – 2014-09-23 11:15:36

+0

檢查pdfbox的JavaDocs http://pdfbox.apache.org/docs/1.8.6/javadocs/沒有這樣的類。 – ashokramcse 2014-09-23 11:16:30

回答

2

按照PDFBOX的JavaDoc沒有課作爲PDFieldTreeNode

http://pdfbox.apache.org/docs/1.8.6/javadocs/

http://pdfbox.apache.org/docs/1.8.5/javadocs/

由於您的評論check there svn repository, from last few releases there are modifications done in this file along with other files as well, but not added as a new.

版本1.8.6的發佈日期是(Jun 22, 2014)參考here

第一次提交是在類文件PDFieldTreeNode(Aug 16, 2014)我在SVN日誌中提到它。

First Commit

+0

是正確的,謝謝 – 2014-09-23 11:46:08

+0

完成相同... !!!! – 2014-09-23 11:52:53