Dépendances du projet

compile

Ce qui suit est la liste des dépendances de portée compile pour ce projet. Ces dépendances sont requises pour compiler et exécuter l'application :

GroupId ArtifactId Version Type Licences
com.google.guava guava 29.0-jre jar Apache License, Version 2.0
commons-io commons-io 2.7 jar Apache License, Version 2.0
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
org.apache.commons commons-collections4 4.4 jar Apache License, Version 2.0
org.apache.commons commons-configuration2 2.7 jar Apache License, Version 2.0
org.apache.commons commons-digester3 3.2 jar The Apache Software License, Version 2.0
org.apache.commons commons-lang3 3.10 jar Apache License, Version 2.0
org.codehaus.plexus plexus-component-annotations 2.1.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-utils 3.3.0 jar Apache License, Version 2.0
org.nuiton nuiton-utils 3.1-rc-1 jar Lesser General Public License (LGPL) v 3.0
org.nuiton.i18n nuiton-i18n 4.0-rc-2 jar Lesser General Public License (LGPL) v 3.0
org.yaml snakeyaml 1.26 jar Apache License, Version 2.0

runtime

Ce qui suit est la liste des dépendances de portée runtime pour ce projet. Ces dépendances sont requises pour exécuter l'application :

GroupId ArtifactId Version Type Licences
jaxen jaxen 1.2.0 jar BSD License 2.0
net.sourceforge.saxon saxon 9.1.0.8 jar Mozilla Public License Version 1.0
xerces xercesImpl 2.12.0 jar The Apache Software License, Version 2.0

test

Ce qui suit est la liste des dépendances de portée test pour ce projet. Ces dépendances sont requises seulement pour compiler et exécuter les tests unitaires de l'application :

GroupId ArtifactId Version Type Licences
junit junit 4.13 jar Eclipse Public License 1.0
log4j log4j 1.2.17 jar The Apache Software License, Version 2.0
org.eclipse.uml2.uml resources 2.1.0-v200706251652 jar Eclipse Public License - v 1.0

Dépendances transitives du projet

Ce qui suit est la liste des dépendances transitives pour ce projet. Les dépendances transitives sont les dépendances des dépendances du projet :

compile

Ce qui suit est la liste des dépendances de portée compile pour ce projet. Ces dépendances sont requises pour compiler et exécuter l'application :

GroupId ArtifactId Version Type Licences
asm asm 3.3.1 jar BSD
cglib cglib 2.2.2 jar ASF 2.0
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0
com.google.errorprone error_prone_annotations 2.3.4 jar Apache 2.0
com.google.guava failureaccess 1.0.1 jar The Apache Software License, Version 2.0
com.google.guava listenablefuture 9999.0-empty-to-avoid-conflict-with-guava jar The Apache Software License, Version 2.0
com.google.j2objc j2objc-annotations 1.3 jar The Apache Software License, Version 2.0
commons-beanutils commons-beanutils 1.9.4 jar Apache License, Version 2.0
commons-collections commons-collections 3.2.2 jar Apache License, Version 2.0
commons-primitives commons-primitives 1.0 jar -
org.apache.commons commons-text 1.8 jar Apache License, Version 2.0
org.checkerframework checker-qual 2.11.1 jar The MIT License
org.nuiton nuiton-converter 1.0 jar Lesser General Public License (LGPL) v 3.0

test

Ce qui suit est la liste des dépendances de portée test pour ce projet. Ces dépendances sont requises seulement pour compiler et exécuter les tests unitaires de l'application :

GroupId ArtifactId Version Type Licences
org.hamcrest hamcrest-core 1.3 jar New BSD License

Graphe des dépendances du projet

Arbre des dépendances

  • org.nuiton.eugene:eugene:jar:3.1-SNAPSHOT [Information]
    • org.nuiton:nuiton-utils:jar:3.1-rc-1 (compile) [Information]
      • commons-primitives:commons-primitives:jar:1.0 (compile) [Information]
      • commons-beanutils:commons-beanutils:jar:1.9.4 (compile) [Information]
    • org.nuiton.i18n:nuiton-i18n:jar:4.0-rc-2 (compile) [Information]
    • com.google.guava:guava:jar:29.0-jre (compile) [Information]
      • com.google.guava:failureaccess:jar:1.0.1 (compile) [Information]
      • com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile) [Information]
      • com.google.code.findbugs:jsr305:jar:3.0.2 (compile) [Information]
      • org.checkerframework:checker-qual:jar:2.11.1 (compile) [Information]
      • com.google.errorprone:error_prone_annotations:jar:2.3.4 (compile) [Information]
      • com.google.j2objc:j2objc-annotations:jar:1.3 (compile) [Information]
    • org.apache.commons:commons-digester3:jar:3.2 (compile) [Information]
    • xerces:xercesImpl:jar:2.12.0 (runtime) [Information]
    • net.sourceforge.saxon:saxon:jar:9.1.0.8 (runtime) [Information]
    • org.apache.commons:commons-lang3:jar:3.10 (compile) [Information]
    • commons-logging:commons-logging:jar:1.2 (compile) [Information]
    • org.apache.commons:commons-collections4:jar:4.4 (compile) [Information]
    • commons-io:commons-io:jar:2.7 (compile) [Information]
    • org.apache.commons:commons-configuration2:jar:2.7 (compile) [Information]
    • jaxen:jaxen:jar:1.2.0 (runtime) [Information]
    • org.eclipse.uml2.uml:resources:jar:2.1.0-v200706251652 (test) [Information]
    • junit:junit:jar:4.13 (test) [Information]
      • org.hamcrest:hamcrest-core:jar:1.3 (test) [Information]
    • log4j:log4j:jar:1.2.17 (test) [Information]
    • org.yaml:snakeyaml:jar:1.26 (compile) [Information]
    • org.codehaus.plexus:plexus-utils:jar:3.3.0 (compile) [Information]
    • org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (compile) [Information]

Licences

Apache 2.0: error-prone annotations

Eclipse Public License 1.0: JUnit

Inconnu: commons-primitives

Mozilla Public License Version 1.0: SaxonB

ASF 2.0: Code Generation Library

New BSD License: Hamcrest Core

Lesser General Public License (LGPL) v 3.0: EUGene :: EUGene, I18n :: Api, Nuiton Converter, Nuiton Utils

BSD: ASM Core

The MIT License: Checker Qual

Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Apache Commons Configuration, Apache Commons IO, Apache Commons Lang, Apache Commons Text, Guava: Google Core Libraries for Java, Plexus :: Component Annotations, Plexus Common Utilities, SnakeYAML

The Apache Software License, Version 2.0: Apache Commons Digester, Apache Commons Logging, Apache Log4j, FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Xerces2-j

BSD License 2.0: jaxen

Eclipse Public License - v 1.0: UML2 UML Resources

Détails du fichier de dépendances

Nom du fichier Taille Entrées Classes Packages Version du Java Debug Information
asm-3.3.1.jar 43,6 ko 24 23 2 1.2 Non
cglib-2.2.2.jar 287,2 ko 242 228 7 1.2 Oui
jsr305-3.0.2.jar 19,9 ko 46 35 3 1.5 Oui
error_prone_annotations-2.3.4.jar 13,9 ko 34 22 2 1.7 Non
failureaccess-1.0.1.jar 4,6 ko 15 2 1 1.7 Oui
guava-29.0-jre.jar 2,8 Mo 2005 1975 18 1.8 Oui
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 2,2 ko 7 0 0 - Non
j2objc-annotations-1.3.jar 8,8 ko 23 12 1 1.5 Oui
commons-beanutils-1.9.4.jar 246,9 ko 154 137 5 1.6 Oui
commons-collections-3.2.2.jar 588,3 ko 484 460 12 1.3 Oui
commons-io-2.7.jar 276,4 ko 198 176 10 1.8 Oui
commons-logging-1.2.jar 61,8 ko 42 28 2 1.2 Oui
commons-primitives-1.0.jar 260,2 ko 271 259 4 1.1 Oui
jaxen-1.2.0.jar 232,5 ko 238 213 16 1.4 Oui
junit-4.13.jar 381,8 ko 387 348 32 1.5 Oui
log4j-1.2.17.jar 489,9 ko 353 314 21 1.4 Oui
saxon-9.1.0.8.jar 5 Mo 1172 1141 25 1.4 Oui
commons-collections4-4.4.jar 751,9 ko 555 524 19 1.8 Oui
commons-configuration2-2.7.jar 622,6 ko 396 364 18 1.8 Oui
commons-digester3-3.2.jar 241,6 ko 213 189 11 1.5 Oui
commons-lang3-3.10.jar 523,4 ko 314 288 14 1.8 Oui
commons-text-1.8.jar 207 ko 152 134 6 1.8 Oui
checker-qual-2.11.1.jar 201,1 ko 364 306 32 1.8 Oui
plexus-component-annotations-2.1.0.jar 4,2 ko 15 3 1 1.6 Non
plexus-utils-3.3.0.jar 263,3 ko 130 105 9 1.6 Oui
resources-2.1.0-v200706251652.jar 211,6 ko 40 0 0 - Non
hamcrest-core-1.3.jar 45 ko 52 45 3 1.5 Oui
nuiton-converter-1.0.jar 20,1 ko 22 8 1 1.6 Oui
nuiton-utils-3.1-rc-1.jar 236,1 ko 151 128 5 1.8 Oui
nuiton-i18n-4.0-rc-2.jar 70,7 ko 46 28 6 1.8 Oui
snakeyaml-1.26.jar 309 ko 253 216 20 1.7 Oui
xercesImpl-2.12.0.jar 1,4 Mo 1045 962 40 1.3 Non
Total Taille Entrées Classes Packages Version du Java Debug Information
32 15,9 Mo 9443 8673 346 1.8 26
compile: 25 compile: 8,1 Mo compile: 6156 compile: 5650 compile: 209 - compile: 21
test: 4 test: 1,1 Mo test: 832 test: 707 test: 56 - test: 3
runtime: 3 runtime: 6,7 Mo runtime: 2455 runtime: 2316 runtime: 81 - runtime: 2

Localisation du référentiel des dépendances

Référentiel ID URL Release Snapshot Blacklisté
maven2-repository.dev.java.net http://download.java.net/maven/2/ Oui Oui Non
central https://repo.maven.apache.org/maven2 Oui Non Non
sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots Non Oui Oui
apache.snapshots https://repository.apache.org/snapshots Non Oui Non

Localisation du référentiel pour chacune des dépendances.

Artefact maven2-repository.dev.java.net central apache.snapshots
asm:asm:jar:3.3.1 -
Found at https://repo.maven.apache.org/maven2
-
cglib:cglib:jar:2.2.2 -
Found at https://repo.maven.apache.org/maven2
-
com.google.code.findbugs:jsr305:jar:3.0.2 -
Found at https://repo.maven.apache.org/maven2
-
com.google.errorprone:error_prone_annotations:jar:2.3.4 -
Found at https://repo.maven.apache.org/maven2
-
com.google.guava:failureaccess:jar:1.0.1 -
Found at https://repo.maven.apache.org/maven2
-
com.google.guava:guava:jar:29.0-jre -
Found at https://repo.maven.apache.org/maven2
-
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava -
Found at https://repo.maven.apache.org/maven2
-
com.google.j2objc:j2objc-annotations:jar:1.3 -
Found at https://repo.maven.apache.org/maven2
-
commons-beanutils:commons-beanutils:jar:1.9.4 -
Found at https://repo.maven.apache.org/maven2
-
commons-collections:commons-collections:jar:3.2.2 -
Found at https://repo.maven.apache.org/maven2
-
commons-io:commons-io:jar:2.7 -
Found at https://repo.maven.apache.org/maven2
-
commons-logging:commons-logging:jar:1.2 -
Found at https://repo.maven.apache.org/maven2
-
commons-primitives:commons-primitives:jar:1.0 -
Found at https://repo.maven.apache.org/maven2
-
jaxen:jaxen:jar:1.2.0 -
Found at https://repo.maven.apache.org/maven2
-
junit:junit:jar:4.13 -
Found at https://repo.maven.apache.org/maven2
-
log4j:log4j:jar:1.2.17 -
Found at https://repo.maven.apache.org/maven2
-
net.sourceforge.saxon:saxon:jar:9.1.0.8 -
Found at https://repo.maven.apache.org/maven2
-
org.apache.commons:commons-collections4:jar:4.4 -
Found at https://repo.maven.apache.org/maven2
-
org.apache.commons:commons-configuration2:jar:2.7 -
Found at https://repo.maven.apache.org/maven2
-
org.apache.commons:commons-digester3:jar:3.2 -
Found at https://repo.maven.apache.org/maven2
-
org.apache.commons:commons-lang3:jar:3.10 -
Found at https://repo.maven.apache.org/maven2
-
org.apache.commons:commons-text:jar:1.8 -
Found at https://repo.maven.apache.org/maven2
-
org.checkerframework:checker-qual:jar:2.11.1 -
Found at https://repo.maven.apache.org/maven2
-
org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 -
Found at https://repo.maven.apache.org/maven2
-
org.codehaus.plexus:plexus-utils:jar:3.3.0 -
Found at https://repo.maven.apache.org/maven2
-
org.eclipse.uml2.uml:resources:jar:2.1.0-v200706251652 -
Found at https://repo.maven.apache.org/maven2
-
org.hamcrest:hamcrest-core:jar:1.3 -
Found at https://repo.maven.apache.org/maven2
-
org.nuiton:nuiton-converter:jar:1.0 -
Found at https://repo.maven.apache.org/maven2
-
org.nuiton:nuiton-utils:jar:3.1-rc-1 -
Found at https://repo.maven.apache.org/maven2
-
org.nuiton.i18n:nuiton-i18n:jar:4.0-rc-2 -
Found at https://repo.maven.apache.org/maven2
-
org.yaml:snakeyaml:jar:1.26 -
Found at https://repo.maven.apache.org/maven2
-
xerces:xercesImpl:jar:2.12.0 -
Found at https://repo.maven.apache.org/maven2
-
Total maven2-repository.dev.java.net central apache.snapshots
32 (compile: 25, test: 4, runtime: 3) 0 32 0