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 | Type | Licenses |
|---|---|---|---|---|
| org.apache.ignite | ignite-core | 2.17.0 | jar | The Apache Software License, Version 2.0 |
| org.apache.ignite | ignite-spring | 2.17.0 | jar | The Apache Software License, Version 2.0 |
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 |
|---|---|---|---|---|
| org.apache.ignite | ignite-slf4j | 2.17.0 | jar | The Apache Software License, Version 2.0 |
| org.junit.jupiter | junit-jupiter-engine | 5.13.3 | jar | Eclipse Public License v2.0 |
| org.slf4j | slf4j-api | 2.0.17 | jar | MIT |
| org.slf4j | slf4j-simple | 2.0.17 | jar | MIT |
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 |
|---|---|---|---|---|
| org.mybatis | mybatis | 3.5.19 | jar | The Apache Software License, Version 2.0 |
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 | Type | Licenses |
|---|---|---|---|---|
| javax.cache | cache-api | 1.0.0 | jar | JSR-000107 JCACHE 2.9 Public Review - Updated Specification License |
| org.jetbrains | annotations | 16.0.3 | jar | The Apache Software License, Version 2.0 |
| org.springframework | spring-aop | 5.3.39 | jar | Apache License, Version 2.0 |
| org.springframework | spring-beans | 5.3.39 | jar | Apache License, Version 2.0 |
| org.springframework | spring-context | 5.3.39 | jar | Apache License, Version 2.0 |
| org.springframework | spring-core | 5.3.39 | jar | Apache License, Version 2.0 |
| org.springframework | spring-expression | 5.3.39 | jar | Apache License, Version 2.0 |
| org.springframework | spring-jcl | 5.3.39 | jar | Apache License, Version 2.0 |
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 |
|---|---|---|---|---|
| org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
| org.junit.jupiter | junit-jupiter-api | 5.13.3 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-commons | 1.13.3 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-engine | 1.13.3 | jar | Eclipse Public License v2.0 |
| org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.mybatis.caches:mybatis-ignite:jar:1.1.2-SNAPSHOT
- org.mybatis:mybatis:jar:3.5.19 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.apache.ignite:ignite-core:jar:2.17.0 (compile)
- javax.cache:cache-api:jar:1.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jetbrains:annotations:jar:16.0.3 (compile)
![[Information]](./images/icon_info_sml.gif)
- javax.cache:cache-api:jar:1.0.0 (compile)
- org.apache.ignite:ignite-spring:jar:2.17.0 (compile)
- org.springframework:spring-context:jar:5.3.39 (compile)
- org.springframework:spring-aop:jar:5.3.39 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-beans:jar:5.3.39 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-core:jar:5.3.39 (compile)
- org.springframework:spring-jcl:jar:5.3.39 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-jcl:jar:5.3.39 (compile)
- org.springframework:spring-expression:jar:5.3.39 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-aop:jar:5.3.39 (compile)
- org.springframework:spring-context:jar:5.3.39 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.13.3 (test)
- org.junit.platform:junit-platform-engine:jar:1.13.3 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.13.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:1.13.3 (test)
- org.apache.ignite:ignite-slf4j:jar:2.17.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.17 (test)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-simple:jar:2.0.17 (test)
![[Information]](./images/icon_info_sml.gif)
- org.mybatis:mybatis:jar:3.5.19 (provided)
Licenses
JSR-000107 JCACHE 2.9 Public Review - Updated Specification License: JSR107 API and SPI
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License, Version 2.0: Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL)
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
MIT: SLF4J API Module, SLF4J Simple Provider
The Apache Software License, Version 2.0: JetBrains Java Annotations, ignite-core, ignite-slf4j, ignite-spring, mybatis, mybatis-ignite
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| cache-api-1.0.0.jar | 49.8 kB | 79 | 62 | 9 | 1.6 | Yes |
| ignite-core-2.17.0.jar | 14.1 MB | 7262 | 6787 | 431 | 11 | Yes |
| ignite-slf4j-2.17.0.jar | 10.6 kB | 17 | 1 | 1 | 11 | Yes |
| ignite-spring-2.17.0.jar | 30 kB | 26 | 7 | 3 | 11 | Yes |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| annotations-16.0.3.jar | 18.6 kB | 46 | 38 | 2 | 1.8 | Yes |
| junit-jupiter-api-5.13.3.jar | 240.3 kB | 216 | 201 | 8 | 1.8 | Yes |
| junit-jupiter-engine-5.13.3.jar | 341.1 kB | 178 | 161 | 9 | 1.8 | Yes |
| junit-platform-commons-1.13.3.jar | 158.6 kB | 100 | - | - | - | - |
| • Root | - | 89 | 74 | 9 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| junit-platform-engine-1.13.3.jar | 268.5 kB | 189 | 170 | 10 | 1.8 | Yes |
| mybatis-3.5.19.jar | 1.8 MB | 1182 | 1082 | 77 | 1.8 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| slf4j-simple-2.0.17.jar | 15.7 kB | 22 | - | - | - | - |
| • Root | - | 20 | 6 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| spring-aop-5.3.39.jar | 385.3 kB | 308 | 279 | 17 | 1.8 | Yes |
| spring-beans-5.3.39.jar | 706.7 kB | 422 | 392 | 13 | 1.8 | Yes |
| spring-context-5.3.39.jar | 1.3 MB | 979 | 892 | 64 | 1.8 | Yes |
| spring-core-5.3.39.jar | 1.5 MB | 1037 | 978 | 49 | 1.8 | Yes |
| spring-expression-5.3.39.jar | 294.2 kB | 164 | 150 | 6 | 1.8 | Yes |
| spring-jcl-5.3.39.jar | 25.2 kB | 28 | 17 | 2 | 1.8 | Yes |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 20 | 21.3 MB | 12350 | 11364 | 719 | 11 | 20 |
| compile: 10 | compile: 18.3 MB | compile: 10351 | compile: 9602 | compile: 596 | 11 | compile: 10 |
| provided: 1 | provided: 1.8 MB | provided: 1182 | provided: 1082 | provided: 77 | provided: 1 | |
| test: 9 | test: 1.1 MB | test: 817 | test: 680 | test: 46 | 11 | test: 9 |
MyBatis