CARVIEW |
Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
commons-validator | commons-validator | 1.6 | jar | Apache License, Version 2.0 |
javax.servlet | javax.servlet-api | 3.1.0 | jar | CDDL + GPLv2 with classpath exception |
jmock | jmock | 1.2.0 | jar | BSD |
mockobjects | mockobjects-alt-jdk1.3 | 0.09 | jar | - |
mockobjects | mockobjects-alt-jdk1.3-j2ee1.3 | 0.09 | jar | - |
mockobjects | mockobjects-core | 0.09 | jar | - |
mockobjects | mockobjects-jdk1.3 | 0.09 | jar | - |
mockobjects | mockobjects-jdk1.3-j2ee1.3 | 0.09 | jar | - |
org.apache.commons | commons-collections4 | 4.4 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-core | 2.13.1 | jar | Apache License, Version 2.0 |
org.assertj | assertj-core | 3.15.0 | jar | Apache License, Version 2.0 |
org.easymock | easymock | 4.2 | jar | Apache License, Version 2.0 |
org.mockito | mockito-core | 3.3.3 | jar | The MIT License |
org.springframework | spring-test | 4.3.26.RELEASE | jar | Apache License, Version 2.0 |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
javax.servlet | servlet-api | 2.5 | jar | - |
javax.servlet.jsp | jsp-api | 2.1 | jar | - |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Licenses | Optional |
---|---|---|---|---|---|---|
org.javassist | javassist | 3.24.1-GA | - | jar | MPL 1.1LGPL 2.1Apache License 2.0 | No |
aopalliance | aopalliance | 1.0 | - | jar | Public Domain | Yes |
com.beust | jcommander | 1.72 | - | jar | Apache 2.0 | Yes |
com.google.guava | guava | 19.0 | - | jar | The Apache Software License, Version 2.0 | Yes |
com.google.inject | guice | 4.1.0 | no_aop | jar | The Apache Software License, Version 2.0 | Yes |
javax.inject | javax.inject | 1 | - | jar | The Apache Software License, Version 2.0 | Yes |
org.aspectj | aspectjweaver | 1.8.9 | - | jar | Eclipse Public License - v 1.0 | Yes |
org.hamcrest | hamcrest-core | 1.3 | - | jar | New BSD License | Yes |
org.springframework | spring-expression | 4.3.26.RELEASE | - | jar | Apache License, Version 2.0 | Yes |
org.yaml | snakeyaml | 1.21 | - | jar | Apache License, Version 2.0 | Yes |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
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-digester | commons-digester | 2.1 | jar | The Apache Software License, Version 2.0 |
net.bytebuddy | byte-buddy | 1.10.5 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.10.5 | jar | Apache License, Version 2.0 |
org.objenesis | objenesis | 3.1 | jar | Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.struts:struts2-core:jar:2.6-SNAPSHOT
Struts 2 Core Description: Apache Struts 2
URL: https://struts.apache.org/struts2-core/
Project Licenses: The Apache Software License, Version 2.0
- org.freemarker:freemarker:jar:2.3.30 (compile)
Apache FreeMarker Description: FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
URL: https://freemarker.apache.org/
Project Licenses: Apache License, Version 2.0
- javax.servlet:servlet-api:jar:2.5 (provided)
servlet-api Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project.
- javax.servlet.jsp:jsp-api:jar:2.1 (provided)
jsp-api Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project.
- ognl:ognl:jar:3.2.14 (compile)
OGNL - Object Graph Navigation Library Description: OGNL - Object Graph Navigation Library
URL: https://github.com/jkuhnert/ognl/
Project Licenses: The Apache Software License, Version 2.0
- org.javassist:javassist:jar:3.24.1-GA (compile)
Javassist Description: Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.
URL: https://www.javassist.org/
Project Licenses: MPL 1.1, LGPL 2.1, Apache License 2.0
- org.javassist:javassist:jar:3.24.1-GA (compile)
- org.apache.logging.log4j:log4j-api:jar:2.13.1 (compile)
Apache Log4j API Description: The Apache Log4j API
URL: https://logging.apache.org/log4j/2.x/log4j-api/
Project Licenses: Apache License, Version 2.0
- commons-fileupload:commons-fileupload:jar:1.4 (compile)
Apache Commons FileUpload Description: The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
URL: https://commons.apache.org/proper/commons-fileupload/
Project Licenses: Apache License, Version 2.0
- commons-io:commons-io:jar:2.6 (compile)
Apache Commons IO Description: The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
URL: https://commons.apache.org/proper/commons-io/
Project Licenses: Apache License, Version 2.0
- commons-logging:commons-logging:jar:1.2 (compile)
Apache Commons Logging Description: Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
URL: https://commons.apache.org/proper/commons-logging/
Project Licenses: The Apache Software License, Version 2.0
- org.apache.commons:commons-lang3:jar:3.10 (compile)
Apache Commons Lang Description: Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
URL: https://commons.apache.org/proper/commons-lang/
Project Licenses: Apache License, Version 2.0
- org.apache.commons:commons-text:jar:1.8 (compile)
Apache Commons Text Description: Apache Commons Text is a library focused on algorithms working on strings.
URL: https://commons.apache.org/proper/commons-text
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-core:jar:4.3.26.RELEASE (compile)
Spring Core Description: Spring Core
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-aop:jar:4.3.26.RELEASE (compile)
Spring AOP Description: Spring AOP
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-aspects:jar:4.3.26.RELEASE (compile)
Spring Aspects Description: Spring Aspects
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.aspectj:aspectjweaver:jar:1.8.9 (compile)
AspectJ weaver Description: The AspectJ weaver introduces advices to java classes
Project Licenses: Eclipse Public License - v 1.0
- org.aspectj:aspectjweaver:jar:1.8.9 (compile)
- org.springframework:spring-beans:jar:4.3.26.RELEASE (compile)
Spring Beans Description: Spring Beans
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-context:jar:4.3.26.RELEASE (compile)
Spring Context Description: Spring Context
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-expression:jar:4.3.26.RELEASE (compile)
Spring Expression Language (SpEL) Description: Spring Expression Language (SpEL)
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-expression:jar:4.3.26.RELEASE (compile)
- org.springframework:spring-context-support:jar:4.3.26.RELEASE (compile)
Spring Context Support Description: Spring Context Support
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-web:jar:4.3.26.RELEASE (compile)
Spring Web Description: Spring Web
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-test:jar:4.3.26.RELEASE (test)
Spring TestContext Framework Description: Spring TestContext Framework
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- junit:junit:jar:4.13 (compile)
JUnit Description: JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
URL: https://junit.org
Project Licenses: Eclipse Public License 1.0
- org.hamcrest:hamcrest-core:jar:1.3 (compile)
Hamcrest Core Description: This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
Project Licenses: New BSD License
- org.hamcrest:hamcrest-core:jar:1.3 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.13.1 (test)
Apache Log4j Core Description: The Apache Log4j Implementation
URL: https://logging.apache.org/log4j/2.x/log4j-core/
Project Licenses: Apache License, Version 2.0
- org.apache.commons:commons-collections4:jar:4.4 (test)
Apache Commons Collections Description: The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
URL: https://commons.apache.org/proper/commons-collections/
Project Licenses: Apache License, Version 2.0
- mockobjects:mockobjects-jdk1.3:jar:0.09 (test)
mockobjects-jdk1.3 Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project.
- mockobjects:mockobjects-alt-jdk1.3:jar:0.09 (test)
mockobjects-alt-jdk1.3 Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project.
- mockobjects:mockobjects-alt-jdk1.3-j2ee1.3:jar:0.09 (test)
mockobjects-alt-jdk1.3-j2ee1.3 Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project.
- mockobjects:mockobjects-jdk1.3-j2ee1.3:jar:0.09 (test)
mockobjects-jdk1.3-j2ee1.3 Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project.
- jmock:jmock:jar:1.2.0 (test)
jMock Description: jMock is a library for testing Java code using mock objects
Project Licenses: BSD
- org.mockito:mockito-core:jar:3.3.3 (test)
mockito-core Description: Mockito mock objects library core API and implementation
URL: https://github.com/mockito/mockito
Project Licenses: The MIT License
- net.bytebuddy:byte-buddy:jar:1.10.5 (test)
Byte Buddy (without dependencies) Description: Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
URL: https://bytebuddy.net/byte-buddy
Project Licenses: Apache License, Version 2.0
- net.bytebuddy:byte-buddy-agent:jar:1.10.5 (test)
Byte Buddy agent Description: The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.
URL: https://bytebuddy.net/byte-buddy-agent
Project Licenses: Apache License, Version 2.0
- net.bytebuddy:byte-buddy:jar:1.10.5 (test)
- org.assertj:assertj-core:jar:3.15.0 (test)
AssertJ fluent assertions Description: Rich and fluent assertions for testing for Java
URL: https://assertj.org/assertj-core
Project Licenses: Apache License, Version 2.0
- mockobjects:mockobjects-core:jar:0.09 (test)
mockobjects-core Description: There is currently no description associated with this project.
Project Licenses: No licenses are defined for this project.
- org.easymock:easymock:jar:4.2 (test)
EasyMock Description: EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly
URL: https://easymock.org/easymock
Project Licenses: Apache License, Version 2.0
- org.objenesis:objenesis:jar:3.1 (test)
Objenesis Description: A library for instantiating Java objects
Project Licenses: Apache License, Version 2.0
- org.objenesis:objenesis:jar:3.1 (test)
- org.apache.struts:struts-annotations:jar:1.0.7 (compile)
Struts Annotations Description: struts-annotations adds annotations processor support for struts based annotated projects, such as TLD and documentation generation from annotated component classes as used in struts2
URL: https://struts.apache.org
Project Licenses: Apache License, Version 2.0
- org.testng:testng:jar:7.1.0 (compile)
testng Description: Testing framework for Java
URL: https://testng.org
Project Licenses: Apache License, Version 2.0
- com.beust:jcommander:jar:1.72 (compile)
jcommander Description: Command line parsing
Project Licenses: Apache 2.0
- com.google.inject:guice:jar:no_aop:4.1.0 (compile)
Google Guice - Core Library Description: Guice is a lightweight dependency injection framework for Java 6 and above
URL: https://github.com/google/guice/guice
Project Licenses: The Apache Software License, Version 2.0
- javax.inject:javax.inject:jar:1 (compile)
javax.inject Description: The javax.inject API
URL: https://code.google.com/p/atinject/
Project Licenses: The Apache Software License, Version 2.0
- aopalliance:aopalliance:jar:1.0 (compile)
AOP alliance Description: AOP Alliance
URL: https://aopalliance.sourceforge.net
Project Licenses: Public Domain
- com.google.guava:guava:jar:19.0 (compile)
Guava: Google Core Libraries for Java Description: Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.
URL: https://github.com/google/guava/guava
Project Licenses: The Apache Software License, Version 2.0
- javax.inject:javax.inject:jar:1 (compile)
- org.yaml:snakeyaml:jar:1.21 (compile)
SnakeYAML Description: YAML 1.1 parser and emitter for Java
URL: https://www.snakeyaml.org
Project Licenses: Apache License, Version 2.0
- com.beust:jcommander:jar:1.72 (compile)
- org.slf4j:slf4j-api:jar:1.7.30 (compile)
SLF4J API Module Description: The slf4j API
Project Licenses: MIT License
- org.slf4j:slf4j-simple:jar:1.7.30 (compile)
SLF4J Simple Binding Description: SLF4J Simple binding
Project Licenses: MIT License
- javax.servlet:javax.servlet-api:jar:3.1.0 (test)
Java Servlet API Description: Java.net - The Source for Java Technology Collaboration
URL: https://servlet-spec.java.net
Project Licenses: CDDL + GPLv2 with classpath exception
- commons-validator:commons-validator:jar:1.6 (test)
Apache Commons Validator Description: Apache Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts.
URL: https://commons.apache.org/proper/commons-validator/
Project Licenses: Apache License, Version 2.0
- commons-beanutils:commons-beanutils:jar:1.9.4 (test)
Apache Commons BeanUtils Description: Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
URL: https://commons.apache.org/proper/commons-beanutils/
Project Licenses: Apache License, Version 2.0
- commons-digester:commons-digester:jar:2.1 (test)
Commons Digester Description: The Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
URL: https://commons.apache.org/digester/
Project Licenses: The Apache Software License, Version 2.0
- commons-collections:commons-collections:jar:3.2.2 (test)
Apache Commons Collections Description: Types that extend and augment the Java Collections Framework.
URL: https://commons.apache.org/collections/
Project Licenses: Apache License, Version 2.0
- commons-beanutils:commons-beanutils:jar:1.9.4 (test)
- org.freemarker:freemarker:jar:2.3.30 (compile)
Licenses
Eclipse Public License 1.0: JUnit
Apache 2.0: jcommander
MIT License: SLF4J API Module, SLF4J Simple Binding
Public Domain: AOP alliance
New BSD License: Hamcrest Core
BSD: jMock
Unknown: jsp-api, mockobjects-alt-jdk1.3, mockobjects-alt-jdk1.3-j2ee1.3, mockobjects-core, mockobjects-jdk1.3, mockobjects-jdk1.3-j2ee1.3, servlet-api
Apache License 2.0: Javassist
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Apache Commons FileUpload, Apache Commons IO, Apache Commons Lang, Apache Commons Text, Apache Commons Validator, Apache FreeMarker, Apache Log4j API, Apache Log4j Core, AssertJ fluent assertions, Byte Buddy (without dependencies), Byte Buddy agent, EasyMock, Objenesis, SnakeYAML, Spring AOP, Spring Aspects, Spring Beans, Spring Context, Spring Context Support, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Web, Struts Annotations, testng
LGPL 2.1: Javassist
CDDL + GPLv2 with classpath exception: Java Servlet API
MPL 1.1: Javassist
The Apache Software License, Version 2.0: Apache Commons Logging, Commons Digester, Google Guice - Core Library, Guava: Google Core Libraries for Java, OGNL - Object Graph Navigation Library, Struts 2 Core, javax.inject
Eclipse Public License - v 1.0: AspectJ weaver
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
commons-beanutils-1.9.4.jar | 246.9 kB | 154 | 137 | 5 | 1.6 | Yes |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
commons-digester-2.1.jar | 196.8 kB | 182 | 155 | 14 | 1.5 | Yes |
commons-fileupload-1.4.jar | 72.4 kB | 67 | 49 | 6 | 1.6 | Yes |
commons-io-2.6.jar | 214.8 kB | 146 | 127 | 7 | 1.7 | Yes |
commons-validator-1.6.jar | 186.1 kB | 102 | 77 | 4 | 1.6 | Yes |
javax.servlet-api-3.1.0.jar | 95.8 kB | 103 | 79 | 4 | 1.7 | Yes |
servlet-api-2.5.jar | 105.1 kB | 68 | 42 | 2 | 1.5 | Yes |
jsp-api-2.1.jar | 100.6 kB | 101 | 84 | 4 | 1.5 | Yes |
jmock-1.2.0.jar | 106.7 kB | 119 | 117 | 8 | 1.3 | Yes |
mockobjects-alt-jdk1.3-0.09.jar | 8.3 kB | 17 | 10 | 3 | 1.1 | Yes |
mockobjects-alt-jdk1.3-j2ee1.3-0.09.jar | 12.3 kB | 18 | 12 | 2 | 1.1 | Yes |
mockobjects-core-0.09.jar | 56.2 kB | 67 | 60 | 4 | 1.2 | Yes |
mockobjects-jdk1.3-0.09.jar | 46 kB | 40 | 31 | 5 | 1.1 | Yes |
mockobjects-jdk1.3-j2ee1.3-0.09.jar | 66.7 kB | 64 | 52 | 8 | 1.1 | Yes |
byte-buddy-1.10.5.jar | 3.3 MB | 2415 | 2360 | 37 | - | Yes |
byte-buddy-agent-1.10.5.jar | 258.4 kB | 80 | 62 | 2 | - | Yes |
ognl-3.2.14.jar | 264 kB | 150 | 138 | 4 | 1.7 | Yes |
commons-collections4-4.4.jar | 751.9 kB | 555 | 524 | 19 | 1.8 | Yes |
commons-lang3-3.10.jar | 523.4 kB | 314 | 288 | 14 | 1.8 | Yes |
commons-text-1.8.jar | 207 kB | 152 | 134 | 6 | 1.8 | Yes |
log4j-api-2.13.1.jar | 292.2 kB | 214 | 180 | 9 | - | Yes |
log4j-core-2.13.1.jar | 1.7 MB | 1203 | 1112 | 51 | 1.8 | Yes |
assertj-core-3.15.0.jar | 4.5 MB | 3119 | 3032 | 61 | - | Yes |
easymock-4.2.jar | 577.4 kB | 422 | 390 | 14 | 1.8 | Yes |
freemarker-2.3.30.jar | 1.7 MB | 1227 | 1202 | 17 | 1.8 | Yes |
javassist-3.24.1-GA.jar | 777.7 kB | 447 | 423 | 17 | 1.7 | Yes |
mockito-core-3.3.3.jar | 592.3 kB | 636 | 563 | 65 | 1.8 | Yes |
objenesis-3.1.jar | 60.4 kB | 64 | 48 | 10 | 1.8 | Yes |
spring-test-4.3.26.RELEASE.jar | 604.4 kB | 487 | 447 | 31 | 1.6 | Yes |
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes |
jcommander-1.72.jar | 69.3 kB | 67 | 65 | 5 | 1.7 | Yes |
guava-19.0.jar | 2.3 MB | 1746 | 1717 | 17 | 1.6 | Yes |
guice-4.1.0-no_aop.jar | 428.6 kB | 349 | 334 | 8 | 1.6 | Yes |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
junit-4.13.jar | 381.8 kB | 387 | 348 | 32 | 1.5 | Yes |
struts-annotations-1.0.7.jar | 23.1 kB | 25 | 3 | 1 | 1.8 | Yes |
aspectjweaver-1.8.9.jar | 1.9 MB | 987 | 932 | 36 | 1.5 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
slf4j-api-1.7.30.jar | 41.5 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-simple-1.7.30.jar | 15.2 kB | 20 | 10 | 1 | 1.5 | Yes |
spring-aop-4.3.26.RELEASE.jar | 380.1 kB | 306 | 269 | 17 | 1.6 | Yes |
spring-aspects-4.3.26.RELEASE.jar | 58.8 kB | 59 | 34 | 7 | 1.6 | Yes |
spring-beans-4.3.26.RELEASE.jar | 764.5 kB | 463 | 408 | 15 | 1.6 | Yes |
spring-context-4.3.26.RELEASE.jar | 1.1 MB | 890 | 768 | 66 | 1.6 | Yes |
spring-context-support-4.3.26.RELEASE.jar | 187.6 kB | 142 | 118 | 14 | 1.6 | Yes |
spring-core-4.3.26.RELEASE.jar | 1.1 MB | 844 | 795 | 42 | 1.6 | Yes |
spring-expression-4.3.26.RELEASE.jar | 275.8 kB | 164 | 150 | 6 | 1.6 | Yes |
spring-web-4.3.26.RELEASE.jar | 829.3 kB | 614 | 565 | 37 | 1.6 | Yes |
testng-7.1.0.jar | 928.3 kB | 602 | 558 | 24 | 1.8 | Yes |
snakeyaml-1.21.jar | 299.3 kB | 247 | 211 | 19 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
52 | 29.5 MB | 21292 | 19802 | 804 | 1.8 | 51 |
compile: 30 | compile: 15.3 MB | compile: 10792 | compile: 9948 | compile: 439 | - | compile: 29 |
test: 20 | test: 14 MB | test: 10331 | test: 9728 | test: 359 | - | test: 20 |
provided: 2 | provided: 205.7 kB | provided: 169 | provided: 126 | provided: 6 | - | provided: 2 |