Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies;
false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and
the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties,
implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided
is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever
arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.
Scan Information (
show all ):
dependency-check version : 1.2.6
Report Generated On : dec 9, 2014 at 18:17:07 CET
Dependencies Scanned : 59
Vulnerable Dependencies : 2
Vulnerabilities Found : 3
Vulnerabilities Suppressed : 0
...
NVD CVE 2002 : 05/11/2014 11:16:16
NVD CVE 2003 : 29/10/2014 10:15:17
NVD CVE 2004 : 05/11/2014 10:44:48
NVD CVE 2005 : 22/08/2014 13:29:50
NVD CVE 2006 : 14/11/2014 14:01:27
NVD CVE 2007 : 22/08/2014 12:38:35
NVD CVE 2008 : 24/10/2014 12:32:16
NVD CVE 2009 : 14/11/2014 12:38:21
NVD CVE 2010 : 14/11/2014 12:01:07
NVD CVE 2011 : 14/11/2014 11:23:33
NVD CVE 2012 : 16/11/2014 10:47:57
NVD CVE 2013 : 17/11/2014 10:13:34
NVD CVE 2014 : 17/11/2014 09:33:49
NVD CVE Modified : 09/12/2014 16:04:00
Display:
Showing Vulnerable Dependencies
Dependencies
jts-1.13.jar
Description:
The JTS Topology Suite is an API for modelling and
manipulating 2-dimensional linear geometry. It provides
numerous geometric predicates and functions. JTS
conforms to the Simple Features Specification for
SQL published by the Open GIS Consortium.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\com\vividsolutions\jts\1.13\jts-1.13.jar
MD5: 35B0E9A867F7C99087874D3D4E084AB7
SHA1: 3CCFB9B60F04D71ADD996A666CEB8902904FD805
Evidence
Source Name Value
central artifactid jts
central groupid com.vividsolutions
file name jts-1.13
jar package name dimension
jar package name geom
jar package name geometry
jar package name impl
jar package name io
jar package name jts
jar package name predicate
jar package name vividsolutions
pom artifactid jts
pom description The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium.
pom groupid com.vividsolutions
pom name JTS Topology Suite
commons-codec-1.6.jar
Description:
The codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\maven-repository\commons-codec\commons-codec\1.6\commons-codec-1.6.jar
MD5: 5970F54883B4831B24B97F1125BA27E6
SHA1: B7F0FC8F61ECADEB3695F0B9464755EEE44374D4
Evidence
Source Name Value
central artifactid commons-codec
central groupid commons-codec
file name commons-codec-1.6
jar package name apache
jar package name codec
jar package name commons
jar package name decoder
jar package name encoder
jar package name net
Manifest bundle-docurl http://commons.apache.org/codec/
Manifest Bundle-Name Commons Codec
Manifest bundle-symbolicname org.apache.commons.codec
Manifest Bundle-Vendor The Apache Software Foundation
Manifest implementation-build UNKNOWN_BRANCH@r??????; 2011-12-02 21:37:07-0500
Manifest Implementation-Title Commons Codec
Manifest Implementation-Vendor The Apache Software Foundation
Manifest Implementation-Vendor-Id org.apache
Manifest specification-title Commons Codec
Manifest specification-vendor The Apache Software Foundation
pom artifactid commons-codec
pom description The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
pom groupid commons-codec
pom name Commons Codec
pom parent-artifactid commons-parent
pom parent-groupid org.apache.commons
commons-collections-3.1.jar
File Path: C:\maven-repository\commons-collections\commons-collections\3.1\commons-collections-3.1.jar
MD5: D1DCB0FBEE884BB855BB327B8190AF36
SHA1: 40FB048097CAEACDB11DBB33B5755854D89EFDEB
Evidence
Source Name Value
central artifactid commons-collections
central groupid commons-collections
file name commons-collections-3.1
jar package name apache
jar package name collection
jar package name collections
jar package name commons
Manifest extension-name commons-collections
Manifest Implementation-Vendor Apache Software Foundation
Manifest Implementation-Vendor-Id
Manifest specification-title Commons Collections
Manifest specification-vendor Apache Software Foundation
pom artifactid commons-collections
pom groupid commons-collections
commons-httpclient-3.1.jar
File Path: C:\maven-repository\commons-httpclient\commons-httpclient\3.1\commons-httpclient-3.1.jar
MD5: 8AD8C9229EF2D59AB9F59F7050E846A5
SHA1: 964CD74171F427720480EFDEC40A7C7F6E58426A
Evidence
Source Name Value
central artifactid commons-httpclient
central groupid commons-httpclient
central version 3.1
file name 3.1
file name commons-httpclient-3.1
jar package name apache
jar package name commons
jar package name httpclient
Manifest maven-version 1.1
pom artifactid commons-httpclient
pom groupid commons-httpclient
pom version 3.1
Published Vulnerabilities
CVE-2014-3577 suppress
Severity:
Medium
CVSS Score: 5.8
org.apache.http.conn.ssl.AbstractVerifier in Apache HttpComponents HttpClient before 4.3.5 and HttpAsyncClient before 4.0.2 does not properly verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via a "CN=" string in a field in the distinguished name (DN) of a certificate, as demonstrated by the "foo,CN=www.apache.org" string in the O field.
Vulnerable Software & Versions: (show all )
CVE-2012-6153 suppress
Severity:
Medium
CVSS Score: 4.3
CWE: CWE-20 Improper Input Validation
http/conn/ssl/AbstractVerifier.java in Apache Commons HttpClient before 4.2.3 does not properly verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via a certificate with a subject that specifies a common name in a field that is not the CN field. NOTE: this issue exists because of an incomplete fix for CVE-2012-5783.
Vulnerable Software & Versions: (show all )
commons-io-2.1.jar
Description:
The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\maven-repository\commons-io\commons-io\2.1\commons-io-2.1.jar
MD5: 4854C2344AA182AD4F37976E83348AA0
SHA1: FD51F906669F49A4FFD06650666C3B8147A6106E
Evidence
Source Name Value
central artifactid commons-io
central groupid commons-io
file name commons-io-2.1
jar package name apache
jar package name commons
jar package name comparator
jar package name io
Manifest bundle-docurl http://commons.apache.org/io/
Manifest Bundle-Name Commons IO
Manifest bundle-symbolicname org.apache.commons.io
Manifest Bundle-Vendor The Apache Software Foundation
Manifest implementation-build trunk@r1178270; 2011-10-03 17:30:43-0400
Manifest Implementation-Title Commons IO
Manifest Implementation-Vendor The Apache Software Foundation
Manifest Implementation-Vendor-Id org.apache
Manifest specification-title Commons IO
Manifest specification-vendor The Apache Software Foundation
pom artifactid commons-io
pom description The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes.
pom groupid commons-io
pom name Commons IO
pom parent-artifactid commons-parent
pom parent-groupid org.apache.commons
commons-jxpath-1.3.jar
Description: A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\maven-repository\commons-jxpath\commons-jxpath\1.3\commons-jxpath-1.3.jar
MD5: 61A9AA8FF43BA10853571D57F724BF88
SHA1: C22D7D0F0F40EB7059A23CFA61773A416768B137
Evidence
Source Name Value
central artifactid commons-jxpath
central groupid commons-jxpath
file name commons-jxpath-1.3
jar package name apache
jar package name commons
jar package name jxpath
jar package name xml
Manifest bundle-docurl http://commons.apache.org/jxpath/
Manifest Bundle-Name Commons JXPath
Manifest bundle-symbolicname org.apache.commons.jxpath
Manifest Bundle-Vendor The Apache Software Foundation
Manifest Implementation-Title Commons JXPath
Manifest Implementation-Vendor The Apache Software Foundation
Manifest Implementation-Vendor-Id org.apache
Manifest specification-title Commons JXPath
Manifest specification-vendor The Apache Software Foundation
pom artifactid commons-jxpath
pom description A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.
pom groupid commons-jxpath
pom name Commons JXPath
pom parent-artifactid commons-parent
pom parent-groupid org.apache.commons
commons-logging-1.1.3.jar
Description: Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\maven-repository\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
MD5: 92EB5AABC1B47287DE53D45C086A435C
SHA1: F6F66E966C70A83FFBDB6F17A0919EAF7C8ACA7F
Evidence
Source Name Value
central artifactid commons-logging
central groupid commons-logging
file name commons-logging-1.1.3
jar package name apache
jar package name commons
jar package name log
jar package name logging
Manifest bundle-docurl http://commons.apache.org/proper/commons-logging/
Manifest Bundle-Name Commons Logging
Manifest bundle-symbolicname org.apache.commons.logging
Manifest Bundle-Vendor The Apache Software Foundation
Manifest implementation-build tags/LOGGING_1_1_3_RC2@r1483540; 2013-05-16 22:04:41+0200
Manifest Implementation-Title Commons Logging
Manifest Implementation-Vendor The Apache Software Foundation
Manifest Implementation-Vendor-Id org.apache
Manifest specification-title Commons Logging
Manifest specification-vendor The Apache Software Foundation
pom artifactid commons-logging
pom description Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
pom groupid commons-logging
pom name Commons Logging
pom parent-artifactid commons-parent
pom parent-groupid org.apache.commons
commons-pool-1.5.4.jar
Description: Commons Object Pooling Library
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\maven-repository\commons-pool\commons-pool\1.5.4\commons-pool-1.5.4.jar
MD5: 80E9D1CBD70542F4F293793D109679A9
SHA1: 75B6E20C596ED2945A259CEA26D7FADD298398E6
Evidence
Source Name Value
central artifactid commons-pool
central groupid commons-pool
file name commons-pool-1.5.4
jar package name apache
jar package name commons
jar package name pool
Manifest bundle-docurl http://commons.apache.org/pool/
Manifest Bundle-Name Commons Pool
Manifest bundle-symbolicname org.apache.commons.pool
Manifest Bundle-Vendor The Apache Software Foundation
Manifest Implementation-Title Commons Pool
Manifest Implementation-Vendor The Apache Software Foundation
Manifest Implementation-Vendor-Id org.apache
Manifest specification-title Commons Pool
Manifest specification-vendor The Apache Software Foundation
pom artifactid commons-pool
pom description Commons Object Pooling Library
pom groupid commons-pool
pom name Commons Pool
pom parent-artifactid commons-parent
pom parent-groupid org.apache.commons
imageio-ext-tiff-1.1.10.jar
File Path: C:\maven-repository\it\geosolutions\imageio-ext\imageio-ext-tiff\1.1.10\imageio-ext-tiff-1.1.10.jar
MD5: 6ED342C16E6304355A80A67D165C503F
SHA1: A95A4392F867DE3705918B477C55151BE59F0DF6
Evidence
Source Name Value
file name imageio-ext-tiff-1.1.10
jar package name geosolutions
jar package name imageio
jar package name it
jar package name plugins
pom artifactid imageio-ext-tiff
pom groupid it.geosolutions.imageio-ext
pom name Improved TIFF Plugin
pom parent-artifactid imageio-ext-plugin
maven: it.geosolutions.imageio-ext:imageio-ext-tiff:1.1.10
Confidence :LOW
imageio-ext-utilities-1.1.10.jar
File Path: C:\maven-repository\it\geosolutions\imageio-ext\imageio-ext-utilities\1.1.10\imageio-ext-utilities-1.1.10.jar
MD5: D3E6A817E3DBAEB068CDC0138C11EF6C
SHA1: 8BE2C31047D48B64B09C288F2D9D2FD50835CC39
Evidence
Source Name Value
file name imageio-ext-utilities-1.1.10
jar package name geosolutions
jar package name imageio
jar package name it
jar package name utilities
pom artifactid imageio-ext-utilities
pom groupid it.geosolutions.imageio-ext
pom name Image I/O-Extensions - utilities classes and methods
pom parent-artifactid imageio-ext-library
maven: it.geosolutions.imageio-ext:imageio-ext-utilities:1.1.10
Confidence :LOW
vecmath-1.3.2.jar
File Path: C:\maven-repository\java3d\vecmath\1.3.2\vecmath-1.3.2.jar
MD5: 7E32027BB4F69680CA5005F74A230AB0
SHA1: E4D732B23A42927952877D067FCF8CA617547BD2
Evidence
Source Name Value
file name vecmath-1.3.2
jar package name javax
jar package name vecmath
Manifest extension-name javax.vecmath
Manifest Implementation-Title Java 3D Vecmath Runtime Environment
Manifest Implementation-Vendor Sun Microsystems, Inc.
Manifest Implementation-Vendor-Id com.sun
Manifest specification-title Java 3D API Specification
Manifest specification-vendor Sun Microsystems, Inc.
pom artifactid vecmath
pom groupid java3d
jai_codec-1.1.3.jar
File Path: C:\maven-repository\javax\media\jai_codec\1.1.3\jai_codec-1.1.3.jar
MD5: 1B0F328C9EDA0992167CE503B0A5AFCC
SHA1: 34A67BA62097778E4695C951156BF189C2C8E016
Evidence
Source Name Value
file name jai_codec-1.1.3
jar package name codec
jar package name codecimpl
jar package name jai
jar package name media
jar package name sun
jar (hint) package name oracle
Manifest extension-name com.sun.media.jai.codec
Manifest Implementation-Title com.sun.media.jai.codec
Manifest Implementation-Vendor Sun Microsystems, Inc.
Manifest specification-title Java Advanced Imaging Codecs
Manifest specification-vendor Sun Microsystems, Inc.
pom artifactid jai_codec
pom groupid javax.media
jai_core-1.1.3.jar
File Path: C:\maven-repository\javax\media\jai_core\1.1.3\jai_core-1.1.3.jar
MD5: F398BC038307EE434BAC1B93BA3AB02D
SHA1: B179D2EFB1174658483E8B41BF4AC9D2EB5DE438
Evidence
Source Name Value
file name jai_core-1.1.3
jar package name jai
jar package name javax
jar package name media
jar package name sun
jar (hint) package name oracle
Manifest extension-name javax.media.jai
Manifest Implementation-Title javax.media.jai
Manifest Implementation-Vendor Sun Microsystems, Inc.
Manifest specification-title Java Advanced Imaging
Manifest specification-vendor Sun Microsystems, Inc.
pom artifactid jai_core
pom groupid javax.media
jai_imageio-1.1.jar
File Path: C:\maven-repository\javax\media\jai_imageio\1.1\jai_imageio-1.1.jar
MD5: B681E1934982C3C81AA6EEAB2C5E868B
SHA1: 27D867283F9043B05A8FB210773D0EF72B767A58
Evidence
Source Name Value
file name jai_imageio-1.1
jar package name image
jar package name imageio
jar package name io
jar package name media
jar package name plugins
jar package name sun
jar (hint) package name oracle
Manifest extension-name com.sun.media.imageio
Manifest Implementation-Title com.sun.media.imageio
Manifest Implementation-Vendor Sun Microsystems, Inc.
Manifest specification-title Java Advanced Imaging Image I/O Tools
Manifest specification-vendor Sun Microsystems, Inc.
pom artifactid jai_imageio
pom groupid javax.media
jsp-api-2.1.jar
File Path: C:\maven-repository\javax\servlet\jsp\jsp-api\2.1\jsp-api-2.1.jar
MD5: B8A34113A3A1CE29C8C60D7141F5A704
SHA1: 63F943103F250EF1F3A4D5E94D145A0F961F5316
Evidence
Source Name Value
central artifactid jsp-api
central groupid javax.servlet.jsp
file name jsp-api-2.1
jar package name el
jar package name javax
jar package name jsp
jar package name servlet
Manifest extension-name javax.servlet.jsp
Manifest Implementation-Vendor Sun Microsystems, Inc.
Manifest Implementation-Vendor-Id org.apache
Manifest specification-title JavaServer Pages(TM) Specification
Manifest specification-vendor Sun Microsystems, Inc.
pom artifactid jsp-api
pom groupid javax.servlet.jsp
jstl-1.2.jar
File Path: C:\maven-repository\javax\servlet\jstl\1.2\jstl-1.2.jar
MD5: 51E15F798E69358CB893E38C50596B9B
SHA1: 74ACA283CD4F4B4F3E425F5820CDA58F44409547
Evidence
Source Name Value
central artifactid jstl
central groupid javax.servlet
central groupid jstl
file name jstl-1.2
jar package name apache
jar package name javax
jar package name jsp
jar package name jstl
jar package name servlet
jar package name standard
jar package name tag
jar package name taglibs
Manifest extension-name javax.servlet.jsp.jstl
Manifest Implementation-Vendor Sun Microsystems, Inc.
Manifest Implementation-Vendor-Id org.apache
Manifest specification-title JavaServer Pages(TM) Standard Tag Library
Manifest specification-vendor Sun Microsystems, Inc.
pom artifactid jstl
pom groupid javax.servlet
servlet-api-2.5.jar
File Path: C:\maven-repository\javax\servlet\servlet-api\2.5\servlet-api-2.5.jar
MD5: 69CA51AF4E9A67A1027A7F95B52C3E8F
SHA1: 5959582D97D8B61F4D154CA9E495AAFD16726E34
Evidence
Source Name Value
central artifactid servlet-api
central groupid javax.servlet
file name servlet-api-2.5
jar package name javax
jar package name servlet
Manifest extension-name servlet-api
Manifest Implementation-Title
Manifest Implementation-Vendor Sun Microsystems Inc
Manifest specification-title A component of the Glassfish Application Server
Manifest specification-vendor Sun Microsystems Inc
pom artifactid servlet-api
pom groupid javax.servlet
jaxb-api-2.2.12.jar
Description: JAXB (JSR 222) API
License:
CDDL 1.1: https://glassfish.java.net/public/CDDL+GPL_1_1.html
GPL2 w/ CPE: https://glassfish.java.net/public/CDDL+GPL_1_1.html
File Path: C:\maven-repository\javax\xml\bind\jaxb-api\2.2.12\jaxb-api-2.2.12.jar
MD5: 62229737E570051D2ACE48592FAF7D4E
SHA1: 4C83805595B15ACF41D71D49E3ADD7C0E85BAAED
Evidence
Source Name Value
central artifactid jaxb-api
central groupid javax.xml.bind
file name jaxb-api-2.2.12
hint analyzer product springsource_spring_framework
hint analyzer vendor SpringSource
hint analyzer vendor vmware
jar package name bind
jar package name javax
jar package name jaxb
jar package name xml
manifest Bundle-Description JAXB (JSR 222) API
pom artifactid jaxb-api
pom description JAXB (JSR 222) API
pom groupid javax.xml.bind
pom name Java Architecture for XML Binding
pom organization name Oracle Corporation
pom parent-artifactid jvnet-parent
pom parent-groupid net.java
jgridshift-1.0.jar
File Path: C:\maven-repository\jgridshift\jgridshift\1.0\jgridshift-1.0.jar
MD5: 3CFA9BED02DA654F7FC4E25F95E6CB85
SHA1: 82C163E82B1548C93A9E866DCFD24C66C590A829
Evidence
Source Name Value
file name jgridshift-1.0
jar package name au
jar package name com
jar package name jgridshift
jar package name objectix
pom artifactid jgridshift
pom groupid jgridshift
log4j-1.2.17.jar
Description: Apache Log4j 1.2
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\maven-repository\log4j\log4j\1.2.17\log4j-1.2.17.jar
MD5: 04A41F0A068986F0F73485CF507C0F40
SHA1: 5AF35056B4D257E4B64B9E8069C0746E8B08629F
Evidence
Source Name Value
central artifactid log4j
central groupid log4j
file name log4j-1.2.17
hint analyzer product springsource_spring_framework
hint analyzer vendor SpringSource
hint analyzer vendor vmware
jar package name apache
jar package name log4j
jar package name or
manifest Bundle-Description Apache Log4j 1.2
pom artifactid log4j
pom description Apache Log4j 1.2
pom groupid log4j
pom name Apache Log4j
pom organization name Apache Software Foundation
jsr-275-1.0-beta-2.jar
License:
BSD License: http://jscience.org/doc/license.txt
File Path: C:\maven-repository\net\java\dev\jsr-275\jsr-275\1.0-beta-2\jsr-275-1.0-beta-2.jar
MD5: BCC6CE452A9806054D6ECD0CC2B14D36
SHA1: 7BDD90125E67CD38BEE363208E32993C0C75E9BE
Evidence
Source Name Value
central artifactid jsr-275
central groupid net.java.dev.jsr-275
file name jsr-275-1.0-beta-2
jar package name javax
jar package name measure
pom artifactid jsr-275
pom groupid net.java.dev.jsr-275
pom name jsr-275
flexjson-3.3.jar
Description: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\maven-repository\net\sf\flexjson\flexjson\3.3\flexjson-3.3.jar
MD5: 6989A3B1E5B8604A5C956481F97213FD
SHA1: B030CD99DE64305E262788C2CBA25FAF582BC269
Evidence
Source Name Value
central artifactid flexjson
central groupid net.sf.flexjson
central version 3.3
file name 3.3
file name flexjson-3.3
hint analyzer product springsource_spring_framework
hint analyzer vendor SpringSource
hint analyzer vendor vmware
jar package name flexjson
jar package name json
Manifest Bundle-Version 3.3.0
pom artifactid flexjson
pom groupid net.sf.flexjson
pom name flexjson
pom parent-version 3.3
pom version 3.3
cpe: cpe:/a:springsource:spring_framework:3.3
Confidence :LOW
suppress
cpe: cpe:/a:vmware:springsource_spring_framework:3.3
Confidence :LOW
suppress
maven: net.sf.flexjson:flexjson:3.3
Confidence :HIGHEST
Published Vulnerabilities
CVE-2014-1904 suppress
Severity:
Medium
CVSS Score: 4.3
CWE: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Cross-site scripting (XSS) vulnerability in web/servlet/tags/form/FormTag.java in Spring MVC in Spring Framework 3.0.0 before 3.2.8 and 4.0.0 before 4.0.2 allows remote attackers to inject arbitrary web script or HTML via the requested URI in a default action.
Vulnerable Software & Versions: (show all )
httpclient-4.3.6.jar
Description:
HttpComponents Client
File Path: C:\maven-repository\org\apache\httpcomponents\httpclient\4.3.6\httpclient-4.3.6.jar
MD5: 2D29A27BB6C6B44BC8A608A0E5D09735
SHA1: 4C47155E3E6C9A41A28DB36680B828CED53B8AF4
Evidence
Source Name Value
central artifactid httpclient
central groupid org.apache.httpcomponents
central version 4.3.6
file name 4.3.6
file name httpclient-4.3.6
jar package name apache
jar package name client
jar package name http
jar package name httpclient
Manifest Implementation-Version 4.3.6
Manifest specification-version 4.3.6
pom artifactid httpclient
pom groupid org.apache.httpcomponents
pom version 4.3.6
httpcore-4.3.3.jar
Description:
HttpComponents Core (blocking I/O)
File Path: C:\maven-repository\org\apache\httpcomponents\httpcore\4.3.3\httpcore-4.3.3.jar
MD5: C26171852F9810CD3D2416604A387E71
SHA1: F91B7A4AADC5CF486DF6E4634748D7DD7A73F06D
Evidence
Source Name Value
central artifactid httpcore
central groupid org.apache.httpcomponents
file name httpcore-4.3.3
jar package name apache
jar package name http
jar package name io
Manifest implementation-build tags/4.3.3-RC1/httpcore@r1632770; 2014-10-18 13:50:12+0200
Manifest Implementation-Title HttpComponents Apache HttpCore
Manifest Implementation-Vendor The Apache Software Foundation
Manifest Implementation-Vendor-Id org.apache
Manifest specification-title HttpComponents Apache HttpCore
Manifest specification-vendor The Apache Software Foundation
Manifest url http://hc.apache.org/httpcomponents-core-ga
pom artifactid httpcore
pom description
HttpComponents Core (blocking I/O)
pom groupid org.apache.httpcomponents
pom name Apache HttpCore
pom parent-artifactid httpcomponents-core
xml-commons-resolver-1.2.jar
File Path: C:\maven-repository\org\apache\xml\xml-commons-resolver\1.2\xml-commons-resolver-1.2.jar
MD5: 706C533146C1F4EE46B66659EA14583A
SHA1: 3D0F97750B3A03E0971831566067754BA4BFD68C
Evidence
Source Name Value
central artifactid xml-resolver
central groupid xml-resolver
file name xml-commons-resolver-1.2
jar package name apache
jar package name resolver
jar package name xml
pom artifactid xml-commons-resolver
pom groupid org.apache.xml
common-2.6.0.jar
File Path: C:\maven-repository\org\eclipse\emf\common\2.6.0\common-2.6.0.jar
MD5: C43D2EBE2BB7588D1F2E4B17A3DB2587
SHA1: 72FD98856C4044FAAB7628950F9C5B217B611590
Evidence
Source Name Value
file name common-2.6.0
jar package name common
jar package name eclipse
jar package name emf
jar package name util
Manifest Bundle-Name %pluginName
Manifest bundle-requiredexecutionenvironment J2SE-1.5
Manifest bundle-symbolicname org.eclipse.emf.common;singleton:=true
Manifest Bundle-Vendor %providerName
Manifest require-bundle org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)"
pom artifactid common
pom groupid org.eclipse.emf
ecore-2.6.1.jar
File Path: C:\maven-repository\org\eclipse\emf\ecore\2.6.1\ecore-2.6.1.jar
MD5: 6ACC491F87C50186B6665C5CD295CDB7
SHA1: 8BB44787CB01BF3ED5F29624C818F346F35EA3C3
Evidence
Source Name Value
file name ecore-2.6.1
jar package name eclipse
jar package name ecore
jar package name emf
jar package name plugin
jar package name resource
Manifest Bundle-Name %pluginName
Manifest bundle-requiredexecutionenvironment J2SE-1.5
Manifest bundle-symbolicname org.eclipse.emf.ecore; singleton:=true
Manifest Bundle-Vendor %providerName
Manifest require-bundle org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",org.eclipse.emf.common;visibility:="reexport";bundle-version="[2.6.0,3.0.0)",org.eclipse.core.resources;resolution:="optional";bundle-version="[3.6.0,4.0.0)"
pom artifactid ecore
pom groupid org.eclipse.emf
xsd-2.6.0.jar
File Path: C:\maven-repository\org\eclipse\xsd\xsd\2.6.0\xsd-2.6.0.jar
MD5: 4751B7AD901372E40B701A4ED8A7EFAB
SHA1: E0BFF6C35273F65A704B95660CC8571EAD1855A8
Evidence
Source Name Value
file name xsd-2.6.0
jar package name eclipse
jar package name ecore
jar package name xsd
Manifest Bundle-Name %pluginName
Manifest bundle-requiredexecutionenvironment J2SE-1.5
Manifest bundle-symbolicname org.eclipse.xsd; singleton:=true
Manifest Bundle-Vendor %providerName
Manifest require-bundle org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",org.eclipse.emf.ecore;visibility:="reexport";bundle-version="[2.6.0,3.0.0)"
pom artifactid xsd
pom groupid org.eclipse.xsd
gt-api-12.1.jar
Description:
The api module contains the GeoTools public interfaces that are used by
other GeoTools modules (and GeoTools applications). Where possible
we make use of standard interfaces from projects such as GeoAPI
and JTS.
The formal GeoTools public api consists of this module, geoapi and jts.
If you find yourself using implementations specific classes (such as
new ShapefileDataStore(...) chances are you are doing it wrong.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-api\12.1\gt-api-12.1.jar
MD5: 4F68529DC8323ACA137E26098B515443
SHA1: 4D431F1862FCB28324C919226C9A136994F051C3
Evidence
Source Name Value
file name gt-api-12.1
jar package name geotools
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-api
pom description The api module contains the GeoTools public interfaces that are used by other GeoTools modules (and GeoTools applications). Where possible we make use of standard interfaces from projects ...
pom groupid org.geotools
pom name API interfaces
pom parent-artifactid library
maven: org.geotools:gt-api:12.1
Confidence :LOW
gt-coverage-12.1.jar
Description:
Implementation of GridCoverage. Provides support
for rasters and some image processing like reprojection.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-coverage\12.1\gt-coverage-12.1.jar
MD5: DD6B5C78DEDC1D1C137930BB1DD515BF
SHA1: EC84070237A9EDF01153C8313C1E7D9B8C4D8AAA
Evidence
Source Name Value
file name gt-coverage-12.1
jar package name coverage
jar package name geotools
jar package name grid
jar package name image
jar package name io
jar package name processing
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-coverage
pom description Implementation of GridCoverage. Provides support for rasters and some image processing like reprojection.
pom groupid org.geotools
pom name Grid Coverage module
pom parent-artifactid library
maven: org.geotools:gt-coverage:12.1
Confidence :LOW
gt-cql-12.1.jar
Description:
A parser that takes a Constraint Query Language input string and produces
an equivalent org.opengis.filter.Filter.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-cql\12.1\gt-cql-12.1.jar
MD5: F6305063F734E02299E2063C1CE2872B
SHA1: D7B4B40889C3C71781F7112E15F10C4EAF0A2017
Evidence
Source Name Value
file name gt-cql-12.1
jar package name filter
jar package name geotools
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-cql
pom description A parser that takes a Constraint Query Language input string and produces an equivalent org.opengis.filter.Filter.
pom groupid org.geotools
pom name OGC CQL to Filter parser
pom parent-artifactid library
maven: org.geotools:gt-cql:12.1
Confidence :LOW
gt-epsg-wkt-12.1.jar
Description:
EPSG and AUTO authority factories are defined for data.crs.CRSService.
These codes are used to provide CoordinateRegerenceSystem for GCE and
DataStore implementations that do not define their own native definition.
Contains a Property file based CoordinateSystemAuthority (the property file
is too large to be included in the main geotools release). This class will
need to be ported to the new GeoAPI CoordinateReferenceSystem interfaces.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-epsg-wkt\12.1\gt-epsg-wkt-12.1.jar
MD5: 3C106D8FE8BBA370572516EF19C9A8FF
SHA1: 076D72DBDA6B8D9CBA805CD21F7AB2C4AEF3AA37
Evidence
Source Name Value
file name gt-epsg-wkt-12.1
jar package name crs
jar package name geotools
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-epsg-wkt
pom description EPSG and AUTO authority factories are defined for data.crs.CRSService. These codes are used to provide CoordinateRegerenceSystem for GCE and DataStore implementations that do not define their own native definition. Contains a Property file based CoordinateSystemAuthority (the property file is too large to be included in the main geotools release). This class will need to be ported to the new GeoAPI CoordinateReferenceSystem interfaces.
pom groupid org.geotools
pom name EPSG Authority Service using WKT file
pom parent-artifactid plugin
maven: org.geotools:gt-epsg-wkt:12.1
Confidence :LOW
gt-graph-12.1.jar
Description:
Graph classes that builds and walk networks based on Feature relationships.
The original graph package has been developed using the JUMP Feature API.
Its intension is to be able to aid automated skeletonization of water bodies
by computing directionality of generated skeletons. The work for the
original JUMP based library has been funded by the BC Proventional
Government department of BMGS. This library has been ported to geotools2 as
part of the VWFS project sponcered by Geo Innovations.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-graph\12.1\gt-graph-12.1.jar
MD5: 0995C0F8971EBE8AA2184A4E717F1171
SHA1: 929A417A04D19D02693598F4B88E78CD77689CD1
Evidence
Source Name Value
file name gt-graph-12.1
jar package name build
jar package name feature
jar package name geotools
jar package name graph
jar package name io
jar package name walk
Manifest build-timestamp 14-Nov-2014 09:20
pom artifactid gt-graph
pom description Graph classes that builds and walk networks based on Feature relationships. The original graph package has been developed using the JUMP Feature API. Its intension is to be able to aid automated skeletonization of water bodies by computing directionality of generated skeletons. The work for the original JUMP based library has been funded by the BC Proventional Government department of BMGS. This library has been ported to geotools2 as part of the VWFS project sponcered by Geo Innovations.
pom groupid org.geotools
pom name Feature Based Graphs and Networks
pom parent-artifactid extension
maven: org.geotools:gt-graph:12.1
Confidence :LOW
gt-main-12.1.jar
Description:
The main module contains the default implementations of the data model
that are used by other GeoTools modules.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-main\12.1\gt-main-12.1.jar
MD5: 3306969EBDDEE565964AC1D744120B05
SHA1: 0377D3895A8482977108968EDFB6B6C8EA5ED46F
Evidence
Source Name Value
file name gt-main-12.1
jar package name data
jar package name geotools
jar package name mode
Manifest build-timestamp 14-Nov-2014 09:20
pom artifactid gt-main
pom description The main module contains the default implementations of the data model that are used by other GeoTools modules.
pom groupid org.geotools
pom name Main module
pom parent-artifactid library
maven: org.geotools:gt-main:12.1
Confidence :LOW
gt-metadata-12.1.jar
Description:
Contains implementations of metadata and some core utilities classes.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-metadata\12.1\gt-metadata-12.1.jar
MD5: F132C193892958630D9ABDB9D31FD1C9
SHA1: 4B17DEEA9CEBB3D12832C0BF041D31BDE21E6EB8
Evidence
Source Name Value
file name gt-metadata-12.1
jar package name classes
jar package name geotools
jar package name io
jar package name metadata
jar package name util
jar package name utilities
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-metadata
pom description
Contains implementations of metadata and some core utilities classes.
pom groupid org.geotools
pom name Metadata
pom parent-artifactid library
maven: org.geotools:gt-metadata:12.1
Confidence :LOW
gt-opengis-12.1.jar
Description:
Standard interfaces implemented throughout the library.
License:
OGC copyright: http://www.opengis.org/legal/
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-opengis\12.1\gt-opengis-12.1.jar
MD5: D2A6C4896D7E71F2894F7915B4369316
SHA1: 3A3D4EAEA72CC87666A8F9B24F8DABE53D7DCF12
Evidence
Source Name Value
file name gt-opengis-12.1
jar package name and
jar package name opengis
jar package name or
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-opengis
pom description
Standard interfaces implemented throughout the library.
pom groupid org.geotools
pom name Open GIS Interfaces
pom parent-artifactid library
maven: org.geotools:gt-opengis:12.1
Confidence :LOW
gt-referencing-12.1.jar
Description:
Contains implementations of Coordinate Reference Systems (CRS),
conversion and transformation services.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-referencing\12.1\gt-referencing-12.1.jar
MD5: F23C4A19B8809DC1054BC2EA164294BC
SHA1: A1FC8CD1AF1A7776FFF7E60543F72E0B163F4A4B
Evidence
Source Name Value
file name gt-referencing-12.1
jar package name crs
jar package name geotools
jar package name referencing
jar package name transform
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-referencing
pom description Contains implementations of Coordinate Reference Systems (CRS), conversion and transformation services.
pom groupid org.geotools
pom name Referencing services
pom parent-artifactid library
maven: org.geotools:gt-referencing:12.1
Confidence :LOW
gt-render-12.1.jar
Description:
The render module contains a renderer built around the interface in
api and main. This is a first class geotools module as creating a
visual representation of features is considered key to most geospatial
applications.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-render\12.1\gt-render-12.1.jar
MD5: EEB633DFA779A34AF9C64300DB19C44C
SHA1: 4FA1D908B11077920B0D689738E525A004624CCA
Evidence
Source Name Value
file name gt-render-12.1
jar package name geotools
jar package name renderer
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-render
pom description The render module contains a renderer built around the interface in api and main. This is a first class geotools module as creating a visual representation of features is considered key to most geospatial applications.
pom groupid org.geotools
pom name Render
pom parent-artifactid library
maven: org.geotools:gt-render:12.1
Confidence :LOW
gt-wms-12.1.jar
Description:
An OGC Web Map Server client implementation that can be used directly or as
through the GridCoverageExchange API. Direct usage is recommended, as the
GridCoverageExchange access for WMS is not well tested and is complicated to
use. It supports WMS versions 1.0.0, 1.1.0, 1.1.1, and 1.3.0.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-wms\12.1\gt-wms-12.1.jar
MD5: 8FA1C34ED788FF9342C445A97B24018A
SHA1: E58EB83F21A78FE625D5A0EDDB4E7842672D55C4
Evidence
Source Name Value
file name gt-wms-12.1
jar package name geotools
jar package name map
jar package name wms
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-wms
pom description An OGC Web Map Server client implementation that can be used directly or as through the GridCoverageExchange API. Direct usage is recommended, as the GridCoverageExchange access for WMS is not well tested and is complicated to use. It supports WMS versions 1.0.0, 1.1.0, 1.1.1, and 1.3.0.
pom groupid org.geotools
pom name Web Map Server client
pom parent-artifactid extension
maven: org.geotools:gt-wms:12.1
Confidence :LOW
gt-xml-12.1.jar
Description:
XML Parser based on the XDO design.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\gt-xml\12.1\gt-xml-12.1.jar
MD5: 816DEC8E09A5ED6A0627DB205878397A
SHA1: F5BB4BF99A2483AA1410477F470CA79C295F005B
Evidence
Source Name Value
file name gt-xml-12.1
jar package name geotools
jar package name xml
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-xml
pom description
XML Parser based on the XDO design.
pom groupid org.geotools
pom name XML Parsing Support
pom parent-artifactid library
maven: org.geotools:gt-xml:12.1
Confidence :LOW
net.opengis.fes-12.1.jar
Description: Filter Encoding Specification Schema EMF Model
File Path: C:\maven-repository\org\geotools\ogc\net.opengis.fes\12.1\net.opengis.fes-12.1.jar
MD5: 2A0C79AA7CDD27E2643A6D3F537EDF7E
SHA1: 98EE3DD0FA68F9B3ACD4A4F7C2370E0312BF9306
Evidence
Source Name Value
file name net.opengis.fes-12.1
jar package name net
jar package name opengis
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid net.opengis.fes
pom description Filter Encoding Specification Schema EMF Model
pom groupid org.geotools.ogc
pom name Filter Encoding Specification Model
pom parent-artifactid ogc
pom parent-groupid org.geotools
maven: org.geotools.ogc:net.opengis.fes:12.1
Confidence :LOW
net.opengis.ows-12.1.jar
Description: Open Web Services Schema EMF Model
File Path: C:\maven-repository\org\geotools\ogc\net.opengis.ows\12.1\net.opengis.ows-12.1.jar
MD5: B7D16334EE0AF6D66779071EF9F0FC46
SHA1: 7CCFC16DB931C90DEA69803D2CD364705A8C59F9
Evidence
Source Name Value
file name net.opengis.ows-12.1
jar package name net
jar package name opengis
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid net.opengis.ows
pom description Open Web Services Schema EMF Model
pom groupid org.geotools.ogc
pom name Open Web Services Model
pom parent-artifactid ogc
pom parent-groupid org.geotools
maven: org.geotools.ogc:net.opengis.ows:12.1
Confidence :LOW
net.opengis.wfs-12.1.jar
Description: Web Feature Service Schema EMF Model
File Path: C:\maven-repository\org\geotools\ogc\net.opengis.wfs\12.1\net.opengis.wfs-12.1.jar
MD5: 871813B39C0602FCBE8A5FF4ACABC213
SHA1: F620EB0D365A0AD5FEE9C73167EAE54D784AD286
Evidence
Source Name Value
file name net.opengis.wfs-12.1
jar package name net
jar package name opengis
jar package name wfs
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid net.opengis.wfs
pom description Web Feature Service Schema EMF Model
pom groupid org.geotools.ogc
pom name Web Feature Service Model
pom parent-artifactid ogc
pom parent-groupid org.geotools
maven: org.geotools.ogc:net.opengis.wfs:12.1
Confidence :LOW
org.w3.xlink-12.1.jar
Description: Xlink Schema EMF Model
File Path: C:\maven-repository\org\geotools\ogc\org.w3.xlink\12.1\org.w3.xlink-12.1.jar
MD5: 90C675BE3BD25D18A642718F127EEFCF
SHA1: 7C06DAB7FFD974F2D8747203BD50FFE7222FE8A0
Evidence
Source Name Value
file name org.w3.xlink-12.1
jar package name w3
jar package name xlink
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid org.w3.xlink
pom artifactid w3.xlink
pom description Xlink Schema EMF Model
pom groupid org.geotools.ogc
pom name Xlink Model
pom parent-artifactid ogc
pom parent-groupid org.geotools
maven: org.geotools.ogc:org.w3.xlink:12.1
Confidence :LOW
gt-xsd-core-12.1.jar
Description:
Schema based xml parsing. This module contains tools for creating
bindings from xml types to java types. Schema modelling is based
on Eclipse XSD.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\xsd\gt-xsd-core\12.1\gt-xsd-core-12.1.jar
MD5: EDE318452D2BEF337E3ED207889B9347
SHA1: 1E0123EA75C05C40253E4D8416BA0489F7989672
Evidence
Source Name Value
file name gt-xsd-core-12.1
jar package name binding
jar package name bindings
jar package name geotools
jar package name xml
jar package name xs
jar package name xsd
Manifest build-timestamp 14-Nov-2014 09:20
pom artifactid gt-xsd-core
pom description Schema based xml parsing. This module contains tools for creating bindings from xml types to java types. Schema modelling is based on Eclipse XSD.
pom groupid org.geotools.xsd
pom name XML Parsing
pom parent-artifactid xsd
maven: org.geotools.xsd:gt-xsd-core:12.1
Confidence :LOW
gt-xsd-fes-12.1.jar
Description:
Filter XML support for Geotools.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\xsd\gt-xsd-fes\12.1\gt-xsd-fes-12.1.jar
MD5: 1E1B65652F8D958A7DCC699BD3B66556
SHA1: 9C4E205EF26016BA8956C0AD6884AA339A3079AD
Evidence
Source Name Value
file name gt-xsd-fes-12.1
jar package name fes
jar package name filter
jar package name geotools
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-xsd-fes
pom description
Filter XML support for Geotools.
pom groupid org.geotools.xsd
pom name Filter Encoding Specification XML Support
pom parent-artifactid xsd
maven: org.geotools.xsd:gt-xsd-fes:12.1
Confidence :LOW
gt-xsd-filter-12.1.jar
Description:
Filter XML support for Geotools.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\xsd\gt-xsd-filter\12.1\gt-xsd-filter-12.1.jar
MD5: ABF4508CB5FFCB8433A501D66D99F5A7
SHA1: 7D82EF8918D7854BBA15172EA79AA5D5857B8DC3
Evidence
Source Name Value
file name gt-xsd-filter-12.1
jar package name filter
jar package name geotools
Manifest build-timestamp 14-Nov-2014 09:20
pom artifactid gt-xsd-filter
pom description
Filter XML support for Geotools.
pom groupid org.geotools.xsd
pom name Filter XML Support
pom parent-artifactid xsd
maven: org.geotools.xsd:gt-xsd-filter:12.1
Confidence :LOW
gt-xsd-gml2-12.1.jar
Description:
GML2 XML support for Geotools.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\xsd\gt-xsd-gml2\12.1\gt-xsd-gml2-12.1.jar
MD5: 7B525743A0BB241B55327313BB099C19
SHA1: 4D1B955B8A5AE046A510666711942329691CCEDB
Evidence
Source Name Value
file name gt-xsd-gml2-12.1
jar package name geotools
jar package name gml
jar package name gml2
Manifest build-timestamp 14-Nov-2014 09:20
pom artifactid gt-xsd-gml2
pom description
GML2 XML support for Geotools.
pom groupid org.geotools.xsd
pom name GML2 XML Support
pom parent-artifactid xsd
maven: org.geotools.xsd:gt-xsd-gml2:12.1
Confidence :LOW
gt-xsd-gml3-12.1.jar
Description:
GML3 XML support for Geotools.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\xsd\gt-xsd-gml3\12.1\gt-xsd-gml3-12.1.jar
MD5: DDBB1B8D806738C3B942CCA843D174FA
SHA1: D20309B545ECCB81A125394BE71A7065D1819B7B
Evidence
Source Name Value
file name gt-xsd-gml3-12.1
jar package name geotools
jar package name gml
jar package name gml3
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-xsd-gml3
pom description
GML3 XML support for Geotools.
pom groupid org.geotools.xsd
pom name GML3 XML Support
pom parent-artifactid xsd
maven: org.geotools.xsd:gt-xsd-gml3:12.1
Confidence :LOW
gt-xsd-ows-12.1.jar
Description:
Filter XML support for Geotools.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\xsd\gt-xsd-ows\12.1\gt-xsd-ows-12.1.jar
MD5: 460E6C738DD998E2EA53786D33F654C6
SHA1: 8C514A66D2EE174257D1230C6A14E6A97D3AB185
Evidence
Source Name Value
file name gt-xsd-ows-12.1
jar package name geotools
jar package name ows
Manifest build-timestamp 14-Nov-2014 09:46
pom artifactid gt-xsd-ows
pom description
Filter XML support for Geotools.
pom groupid org.geotools.xsd
pom name OWS XML Support
pom parent-artifactid xsd
maven: org.geotools.xsd:gt-xsd-ows:12.1
Confidence :LOW
gt-xsd-wfs-12.1.jar
Description:
Filter XML support for Geotools.
License:
Lesser General Public License (LGPL): http://www.gnu.org/copyleft/lesser.txt
File Path: C:\maven-repository\org\geotools\xsd\gt-xsd-wfs\12.1\gt-xsd-wfs-12.1.jar
MD5: 33F876A42C94C3A0807747D5A1125C8D
SHA1: 85E550A604B50268907433BA4BDB56164618B80A
Evidence
Source Name Value
file name gt-xsd-wfs-12.1
jar package name geotools
jar package name wfs
Manifest build-timestamp 14-Nov-2014 09:20
pom artifactid gt-xsd-wfs
pom description
Filter XML support for Geotools.
pom groupid org.geotools.xsd
pom name WFS XML Support
pom parent-artifactid xsd
maven: org.geotools.xsd:gt-xsd-wfs:12.1
Confidence :LOW
jt-utils-1.3.1.jar
Description:
Support and utility classes used by other JAITools components and
available for general use.
File Path: C:\maven-repository\org\jaitools\jt-utils\1.3.1\jt-utils-1.3.1.jar
MD5: C1E41F311D397DC37DE1C175DB5166AC
SHA1: 08D7A91F7EEC2C76E357B4B0A0118256B6C37EC3
Evidence
Source Name Value
central artifactid jt-utils
central groupid org.jaitools
file name jt-utils-1.3.1
jar package name jai
jar package name jaitools
jar package name utils
pom artifactid jt-utils
pom description Support and utility classes used by other JAITools components and available for general use.
pom groupid org.jaitools
pom name Support and utility classes
pom parent-artifactid jaitools
jt-zonalstats-1.3.1.jar
Description: Calculates summary statistics, optionally within zones defined by
a zone image, for values in a data image
File Path: C:\maven-repository\org\jaitools\jt-zonalstats\1.3.1\jt-zonalstats-1.3.1.jar
MD5: A52F342C725A59A0644359DADBC5FC7F
SHA1: 23E6631F01D552F1B22E862C2D282772712AE896
Evidence
Source Name Value
central artifactid jt-zonalstats
central groupid org.jaitools
file name jt-zonalstats-1.3.1
jar package name jai
jar package name jaitools
jar package name media
jar package name zonalstats
pom artifactid jt-zonalstats
pom description Calculates summary statistics, optionally within zones defined by
a zone image, for values in a data image
pom groupid org.jaitools
pom name ZonalStats operator
pom parent-artifactid operator
jdom-1.1.3.jar
File Path: C:\maven-repository\org\jdom\jdom\1.1.3\jdom-1.1.3.jar
MD5: 140BFED13341FE2039EEE0F26A16D705
SHA1: 8BDFEB39FA929C35F5E4F0B02D34350DB39A1EFC
Evidence
Source Name Value
central artifactid jdom
central artifactid jdom-legacy
central groupid org.jdom
file name jdom-1.1.3
jar package name jdom
pom artifactid jdom
pom groupid org.jdom
jsoup-1.8.1.jar
Description: jsoup HTML parser
License:
The MIT License: http://jsoup.com/license
File Path: C:\maven-repository\org\jsoup\jsoup\1.8.1\jsoup-1.8.1.jar
MD5: 3E473766C65D0F19BFECEAF810EF2F07
SHA1: 1EB6690B0C629D7000C77A72DF5E822FB974F521
Evidence
Source Name Value
central artifactid jsoup
central groupid org.jsoup
file name jsoup-1.8.1
hint analyzer product springsource_spring_framework
hint analyzer vendor SpringSource
hint analyzer vendor vmware
jar package name jsoup
jar package name parser
manifest Bundle-Description jsoup HTML parser
pom artifactid jsoup
pom description jsoup HTML parser
pom groupid org.jsoup
pom name jsoup
pom organization name Jonathan Hedley
slf4j-api-1.7.7.jar
Description: The slf4j API
File Path: C:\maven-repository\org\slf4j\slf4j-api\1.7.7\slf4j-api-1.7.7.jar
MD5: CA4280BF93D64367723AE5C8D42DD0B9
SHA1: 2B8019B6249BB05D81D3A3094E468753E2B21311
Evidence
Source Name Value
central artifactid slf4j-api
central groupid org.slf4j
file name slf4j-api-1.7.7
hint analyzer product springsource_spring_framework
hint analyzer vendor SpringSource
hint analyzer vendor vmware
jar package name slf4j
manifest Bundle-Description The slf4j API
pom artifactid slf4j-api
pom description The slf4j API
pom groupid org.slf4j
pom name SLF4J API Module
pom parent-artifactid slf4j-parent
slf4j-log4j12-1.7.7.jar
Description: SLF4J LOG4J-12 Binding
File Path: C:\maven-repository\org\slf4j\slf4j-log4j12\1.7.7\slf4j-log4j12-1.7.7.jar
MD5: 4D2BE9DC9AA3D08DBA9DAA09ED917526
SHA1: 58F588119FFD1702C77CCAB6ACB54BFB41BED8BD
Evidence
Source Name Value
central artifactid slf4j-log4j12
central groupid org.slf4j
file name slf4j-log4j12-1.7.7
hint analyzer product springsource_spring_framework
hint analyzer vendor SpringSource
hint analyzer vendor vmware
jar package name slf4j
manifest Bundle-Description SLF4J LOG4J-12 Binding
pom artifactid slf4j-log4j12
pom description SLF4J LOG4J-12 Binding
pom groupid org.slf4j
pom name SLF4J LOG4J-12 Binding
pom parent-artifactid slf4j-parent
picocontainer-1.2.jar
File Path: C:\maven-repository\picocontainer\picocontainer\1.2\picocontainer-1.2.jar
MD5: 3E2DEA8DAEA96DA71724CAE35DA4CC0C
SHA1: C55E869DCDDDD735ACD8789B74863CDE8D15D444
Evidence
Source Name Value
central artifactid picocontainer
central groupid picocontainer
file name picocontainer-1.2
jar package name defaults
jar package name picocontainer
Manifest extension-name picocontainer
Manifest Implementation-Title org.picocontainer
Manifest Implementation-Vendor Codehaus
Manifest specification-title Small footprint Dependency Injection container
Manifest specification-vendor Codehaus
pom artifactid picocontainer
pom groupid picocontainer
xml-apis-1.0.b2.jar
File Path: C:\maven-repository\xml-apis\xml-apis\1.0.b2\xml-apis-1.0.b2.jar
MD5: 458715C0F7646A56B1C6AD3138098BEB
SHA1: 3136CA936F64C9D68529F048C2618BD356BF85C9
Evidence
Source Name Value
central artifactid xml-apis
central groupid xml-apis
file name xml-apis-1.0.b2
jar package name dom
jar package name w3c
pom artifactid xml-apis
pom groupid xml-apis