Key | Value |
---|---|
CRC32 | 7044A575 |
FileName | pom-maven2jpp-depcat.xsl |
FileSize | 3563 |
MD5 | E2AD1535FAE7A138452519614501F2B4 |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Server', 'Language': 'Multilanguage', 'MfgCode': '924', 'OpSystemCode': '599', 'ProductCode': '183705', 'ProductName': 'SUSE Manager Server - 2 of 2', 'ProductVersion': '3.0'} |
SHA-1 | 5861CAE5F65E559ECE90A7342D182F5A534B65DE |
SHA-256 | EAEFF95C892B35877A5DAC43BAD343008F989AE71F244C5B540AD3D353F0D128 |
SSDEEP | 48:cgfE+6nP0NifFvLhfFZYFvIFS3ST1L4FBtFj8dhaLhfFmIFs+qhUhHJFn3ST1L4s:BfEQktltiwS3SRsB3OqtZ2krn3SRsh0 |
SpecialCode | |
TLSH | T133715BC0A1F9CFA9576B389E4A83E05BFF60042BE2726D50F2CC66700F6DE414263935 |
db | nsrl_modern_rds |
insert-timestamp | 1647010814.0913143 |
source | NSRL |
hashlookup:parent-total | 66 |
hashlookup:trust | 100 |
The searched file hash is included in 66 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 02BD8EB52251B0B236B26D5265748211 |
PackageArch | noarch |
PackageDescription | Commons Transaction aims at providing lightweight, standardized, well tested and efficient implementations of utility classes commonly used in transactional Java programming. Initially there are implementations for multi level locks, transactional collections and transactional file access. There may be additional implementations when the common need for them becomes obvious. However, the complete component shall remain compatible to JDK1.2 and should have minimal dependencies. |
PackageName | jakarta-commons-transaction |
PackageRelease | 39.81 |
PackageVersion | 1.1 |
SHA-1 | 04ACE021282337546D2C2D9EE94CB0C1EB7591DB |
SHA-256 | C6C58E006234F73534FB43EBE25EF99B067BB6C9E229D4001DF49256BBAB6EA8 |
Key | Value |
---|---|
MD5 | E1B58FB3D882FE7C506A6DB02857FD60 |
PackageArch | noarch |
PackageDescription | Dom4j depends on a jaxen build with dom4j support. This package must only be installed in the rare event of having to rebuild dom4j. |
PackageName | jaxen-bootstrap |
PackageRelease | 9.2.2 |
PackageVersion | 1.1 |
SHA-1 | 14C3F51F7666CC1250624044D868DABB22327DF9 |
SHA-256 | 62F7EFBABB6B0A40B2C625827DAF0FB4FFE573936808D9E01EF9CB933AF741B9 |
Key | Value |
---|---|
MD5 | EF9CA61DB217DC4EA0CD015582BDAAF5 |
PackageArch | sparc64 |
PackageDescription | The standard Java libraries fail to provide enough methods for manipulation of its core classes. The Commons Lang Component provides these extra methods. The Commons Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. |
PackageMaintainer | Fedora Project |
PackageName | jakarta-commons-lang |
PackageRelease | 4.3.fc12 |
PackageVersion | 2.3 |
SHA-1 | 1612AF0DA88148A9597A24615C682D9EB24758B0 |
SHA-256 | 11A209C87D3248DD24442BE478A0A742F6343DEEC56830E67A340AF83AD877DB |
Key | Value |
---|---|
MD5 | 16D5155042B6B432A9CF5ED498B895B6 |
PackageArch | s390x |
PackageDescription | The introduction of the Collections API by Sun in JDK 1.2 has been a boon to quick and effective Java programming. Ready access to powerful data structures has accelerated development by reducing the need for custom container classes around each core object. Most Java2 APIs are significantly easier to use because of the Collections API. However, there are certain holes left unfilled by Sun's implementations, and the Jakarta-Commons Collections Component strives to fulfill them. Among the features of this package are: - special-purpose implementations of Lists and Maps for fast access - adapter classes from Java1-style containers (arrays, enumerations) to Java2-style collections. - methods to test or create typical set-theory properties of collections such as union, intersection, and closure. |
PackageMaintainer | Fedora Project |
PackageName | jakarta-commons-collections |
PackageRelease | 2.fc11 |
PackageVersion | 3.2.1 |
SHA-1 | 1A62FBB8E028F44A58C896757389CE4B6A8D9CB9 |
SHA-256 | 21BC36E20B78943B40EB088EB8658DD24496F69D134F5CCA0F4539D8725F8680 |
Key | Value |
---|---|
MD5 | 4120D48F23B137CA35C795FF4A860AAC |
PackageArch | noarch |
PackageDescription | Many Jakarta projects support interaction with a relational database. Creating a new connection for each user can be time consuming (often requiring multiple seconds of clock time), in order to perform a database transaction that might take milliseconds. Opening a connection per user can be unfeasible in a publicly-hosted Internet application where the number of simultaneous users can be very large. Accordingly, developers often wish to share a "pool" of open connections between all of the application's current users. The number of users actually performing a request at any given time is usually a very small percentage of the total number of active users, and during request processing is the only time that a database connection is required. The application itself logs into the DBMS, and handles any user account issues internally. |
PackageMaintainer | Fedora Project |
PackageName | jakarta-commons-dbcp |
PackageRelease | 13.7.fc12 |
PackageVersion | 1.2.1 |
SHA-1 | 1BD976F1136E0F72473F9248400D780D7B7A6A63 |
SHA-256 | EB13A688DAA52789B02C840FBE81D900003FB8E6244C71146E179D2AC941B643 |
Key | Value |
---|---|
MD5 | 395F0AA06E19E44024D761D906CFE0E7 |
PackageArch | sparc64 |
PackageDescription | The introduction of the Collections API by Sun in JDK 1.2 has been a boon to quick and effective Java programming. Ready access to powerful data structures has accelerated development by reducing the need for custom container classes around each core object. Most Java2 APIs are significantly easier to use because of the Collections API. However, there are certain holes left unfilled by Sun's implementations, and the Jakarta-Commons Collections Component strives to fulfill them. Among the features of this package are: - special-purpose implementations of Lists and Maps for fast access - adapter classes from Java1-style containers (arrays, enumerations) to Java2-style collections. - methods to test or create typical set-theory properties of collections such as union, intersection, and closure. |
PackageMaintainer | Fedora Project |
PackageName | jakarta-commons-collections |
PackageRelease | 3.fc12 |
PackageVersion | 3.2.1 |
SHA-1 | 1C0A0C1815FBF34D0F00ABA159DF25884570B999 |
SHA-256 | EAAC235A92C05355B23454E81A972C08EFF475406C43F5571F45BF893D2D4340 |
Key | Value |
---|---|
MD5 | 18D76531C79F938E3647518BD5D59912 |
PackageArch | sparc64 |
PackageDescription | The standard Java libraries fail to provide enough methods for manipulation of its core classes. The Commons Lang Component provides these extra methods. The Commons Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. |
PackageMaintainer | Fedora Project |
PackageName | jakarta-commons-lang |
PackageRelease | 2jpp.1.fc9 |
PackageVersion | 2.3 |
SHA-1 | 1FD8BD9CA2CE595795E75BA9371C6CAE67FAABF6 |
SHA-256 | E504113C0225B737227FEB21A3AF45977CD9FFFDEB16C7B3EA50C979BD6E0D4E |
Key | Value |
---|---|
MD5 | FA756214A08A0C69D2E482890A877F01 |
PackageArch | noarch |
PackageDescription | Commons Transaction aims at providing lightweight, standardized, well tested and efficient implementations of utility classes commonly used in transactional Java programming. Initially there are implementations for multi level locks, transactional collections and transactional file access. There may be additional implementations when the common need for them becomes obvious. However, the complete component shall remain compatible to JDK1.2 and should have minimal dependencies. |
PackageName | jakarta-commons-transaction |
PackageRelease | 39.42 |
PackageVersion | 1.1 |
SHA-1 | 21C0A5DBBBC29BD7FD898A4B1968CD0239ECF537 |
SHA-256 | 6EF81D9014FB0BF4DE17B3DA5A604C1A02BC8C24CFD0A65EA7525966C54BFF61 |
Key | Value |
---|---|
MD5 | 0149EAF8E147CE9D9DD19C3756EDE390 |
PackageArch | x86_64 |
PackageDescription | Commons Compress is a component that contains Tar, Zip and BZip2 packages. |
PackageMaintainer | Oden Eriksson <oeriksson@mandriva.com> |
PackageName | jakarta-commons-compress |
PackageRelease | 4.0.6mdv2011.0 |
PackageVersion | 0.1 |
SHA-1 | 23FE7EF33B7956A8A5BC6D22D9CAB1F5E4BA05AA |
SHA-256 | C8E371AAFC46F52525205BB7AFF9148725641B4426BBE2236AE20C5F5027FDC6 |
Key | Value |
---|---|
MD5 | 809DB5EB95197EC7495BA60ECE855CC5 |
PackageArch | noarch |
PackageDescription | Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Commons Lang. Guiding principles: Real-world application use cases determine development priority. This package emphasizes small, easily integrated components rather than large libraries with complex dependencies and configurations. All algorithms are fully documented and follow generally accepted best practices. In situations where multiple standard algorithms exist, a Strategy pattern is used to support multiple implementations. Limited dependencies. No external dependencies beyond Commons components and the core Java 2 platform. |
PackageName | jakarta-commons-math |
PackageRelease | 2.13 |
PackageVersion | 1.1 |
SHA-1 | 2474F9C5E4D69A89D811D5E0EB6F235BA9273B33 |
SHA-256 | 122EFCE58EFD3EE108FBBE9FD0ECB7ADF83B770C8D47CF2FE949CCFAC2779F0B |