プロジェクトの依存関係
compile
以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
グループID | 成果物ID | バージョン | Type | Licenses |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.2.3 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
com.github.mygreen | messageformatter | 0.2 | jar | The MIT License |
com.github.mygreen | splate | 0.3 | jar | The Apache Software License, Version 2.0 |
com.github.mygreen.sqlmapper | sqlmapper-metamodel | 0.3.2 | jar | The Apache Software License, Version 2.0 |
org.slf4j | jcl-over-slf4j | 1.7.25 | jar | MIT License |
org.slf4j | slf4j-api | 1.7.25 | jar | MIT License |
org.springframework | spring-context | 5.3.6 | jar | Apache License, Version 2.0 |
org.springframework | spring-jdbc | 5.3.6 | jar | Apache License, Version 2.0 |
org.springframework | spring-oxm | 5.3.6 | jar | Apache License, Version 2.0 |
test
以下はこのプロジェクトのテスト依存関係です。これらの依存関係はアプリケーションのユニットテストを実行する時のみ必要です。
グループID | 成果物ID | バージョン | Type | Licenses |
---|---|---|---|---|
com.h2database | h2 | 2.1.210 | jar | MPL 2.0-EPL 1.0 |
org.assertj | assertj-core | 3.20.2 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.5.2 | jar | Eclipse Public License v2.0 |
org.postgresql | postgresql | 42.2.24 | jar | BSD-2-Clause |
org.springframework | spring-test | 5.3.6 | jar | Apache License, Version 2.0 |
provided
以下はこのプロジェクトの提供済み依存関係のリストです。これらの依存関係はアプリケーションをコンパイルするのに必要ですが、実際にライブラリを使用する際には実行環境によってデフォルトで提供されるべきものです。
グループID | 成果物ID | バージョン | Type | Licenses |
---|---|---|---|---|
org.projectlombok | lombok | 1.18.20 | jar | The MIT License |
プロジェクトの過渡的依存関係
以下はこのプロジェクトの過渡的依存ライブラリのリストです。過渡的依存ライブラリはプロジェクトの依存ライブラリの依存ライブラリです。
compile
以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
グループID | 成果物ID | バージョン | Type | Licenses |
---|---|---|---|---|
ch.qos.logback | logback-core | 1.2.3 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-aop | 5.3.6 | jar | Apache License, Version 2.0 |
org.springframework | spring-beans | 5.3.6 | jar | Apache License, Version 2.0 |
org.springframework | spring-core | 5.3.6 | jar | Apache License, Version 2.0 |
org.springframework | spring-expression | 5.3.6 | jar | Apache License, Version 2.0 |
org.springframework | spring-jcl | 5.3.6 | jar | Apache License, Version 2.0 |
org.springframework | spring-tx | 5.3.6 | jar | Apache License, Version 2.0 |
test
以下はこのプロジェクトのテスト依存関係です。これらの依存関係はアプリケーションのユニットテストを実行する時のみ必要です。
グループID | 成果物ID | バージョン | Type | Licenses |
---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.0 | jar | The Apache License, Version 2.0 |
org.checkerframework | checker-qual | 3.5.0 | jar | The MIT License |
org.junit.jupiter | junit-jupiter-api | 5.5.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.5.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.5.2 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
プロジェクト依存関係グラフ
依存関係ツリー
- com.github.mygreen.sqlmapper:sqlmapper-core:jar:0.3.2
- com.github.mygreen.sqlmapper:sqlmapper-metamodel:jar:0.3.2 (compile)
- com.github.mygreen:splate:jar:0.3 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- com.github.mygreen:messageformatter:jar:0.2 (compile)
- com.h2database:h2:jar:2.1.210 (test)
- org.postgresql:postgresql:jar:42.2.24 (test)
- org.checkerframework:checker-qual:jar:3.5.0 (test)
- org.springframework:spring-context:jar:5.3.6 (compile)
- org.springframework:spring-aop:jar:5.3.6 (compile)
- org.springframework:spring-beans:jar:5.3.6 (compile)
- org.springframework:spring-core:jar:5.3.6 (compile)
- org.springframework:spring-jcl:jar:5.3.6 (compile)
- org.springframework:spring-expression:jar:5.3.6 (compile)
- org.springframework:spring-jdbc:jar:5.3.6 (compile)
- org.springframework:spring-tx:jar:5.3.6 (compile)
- org.springframework:spring-test:jar:5.3.6 (test)
- org.springframework:spring-oxm:jar:5.3.6 (compile)
- org.projectlombok:lombok:jar:1.18.20 (provided)
- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.5.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.5.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.5.2 (test)
- org.assertj:assertj-core:jar:3.20.2 (test)
- org.slf4j:slf4j-api:jar:1.7.25 (compile)
- org.slf4j:jcl-over-slf4j:jar:1.7.25 (compile)
- ch.qos.logback:logback-classic:jar:1.2.3 (compile)
- ch.qos.logback:logback-core:jar:1.2.3 (compile)
プロジェクトライセンス
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: Checker Qual, Project Lombok, messageformatter
BSD-2-Clause: PostgreSQL JDBC Driver
MIT License: JCL 1.2 implemented over SLF4J, SLF4J API Module
Apache License, Version 2.0: AssertJ fluent assertions, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring JDBC, Spring Object/XML Marshalling, Spring TestContext Framework, Spring Transaction
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
EPL 1.0: H2 Database Engine
MPL 2.0: H2 Database Engine
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: FindBugs-jsr305, splate, sqlmapper-core, sqlmapper-metamodel
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
logback-classic-1.2.3.jar | 290.3 kB | 234 | 175 | 27 | 1.6 | Yes |
logback-core-1.2.3.jar | 471.9 kB | 419 | 373 | 36 | 1.6 | Yes |
messageformatter-0.2.jar | 28.1 kB | 26 | 13 | 3 | - | Yes |
splate-0.3.jar | 54.5 kB | 51 | 37 | 4 | - | Yes |
sqlmapper-metamodel/target/classes | - | 0 | 0 | 0 | - | No |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
h2-2.1.210.jar | 2.5 MB | 1027 | 1022 | 58 | - | Yes |
apiguardian-api-1.1.0.jar | 2.4 kB | 8 | 2 | 1 | 1.6 | Yes |
assertj-core-3.20.2.jar | 4.9 MB | 3321 | 3243 | 61 | 1.8 | Yes |
checker-qual-3.5.0.jar | 214.4 kB | 382 | 321 | 33 | 1.8 | Yes |
junit-jupiter-api-5.5.2.jar | 141.8 kB | 141 | 126 | 6 | 1.8 | Yes |
junit-jupiter-engine-5.5.2.jar | 219.6 kB | 142 | 123 | 9 | 1.8 | Yes |
junit-platform-commons-1.5.2.jar | 91.7 kB | 58 | 37 | 6 | - | Yes |
junit-platform-engine-1.5.2.jar | 163.9 kB | 133 | 116 | 8 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 6 | 1 | 1.6 | Yes |
postgresql-42.2.24.jar | 1 MB | 517 | 455 | 41 | 1.8 | Yes |
lombok-1.18.20.jar | 1.9 MB | 1029 | 162 | 12 | 1.6 | Yes |
jcl-over-slf4j-1.7.25.jar | 16.5 kB | 23 | 9 | 2 | 1.5 | Yes |
slf4j-api-1.7.25.jar | 41.2 kB | 46 | 34 | 4 | 1.5 | Yes |
spring-aop-5.3.6.jar | 374.5 kB | 306 | 277 | 17 | 1.8 | Yes |
spring-beans-5.3.6.jar | 696.5 kB | 418 | 388 | 13 | 1.8 | Yes |
spring-context-5.3.6.jar | 1.2 MB | 975 | 888 | 64 | 1.8 | Yes |
spring-core-5.3.6.jar | 1.5 MB | 1040 | 980 | 49 | 1.8 | Yes |
spring-expression-5.3.6.jar | 282.6 kB | 164 | 150 | 6 | 1.8 | Yes |
spring-jcl-5.3.6.jar | 23.9 kB | 28 | 17 | 2 | 1.8 | Yes |
spring-jdbc-5.3.6.jar | 417.3 kB | 318 | 288 | 17 | 1.8 | Yes |
spring-oxm-5.3.6.jar | 64.2 kB | 55 | 37 | 7 | 1.8 | Yes |
spring-test-5.3.6.jar | 766.1 kB | 556 | 501 | 40 | 1.8 | Yes |
spring-tx-5.3.6.jar | 327.5 kB | 295 | 261 | 20 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
29 | 17.8 MB | 11769 | 10076 | 550 | 1.8 | 28 |
compile: 17 | compile: 5.8 MB | compile: 4444 | compile: 3962 | compile: 274 | - | compile: 16 |
test: 11 | test: 10 MB | test: 6296 | test: 5952 | test: 264 | - | test: 11 |
provided: 1 | provided: 1.9 MB | provided: 1029 | provided: 162 | provided: 12 | - | provided: 1 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot | Blacklisted |
---|---|---|---|---|
central | https://repo.maven.apache.org/maven2 | Yes | No | No |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | No | Yes | Yes |
Repository locations for each of the Dependencies.