プロジェクトの依存関係
compile
以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
グループID | 成果物ID | バージョン | Type | License |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.2.3 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
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.0.18.RELEASE | jar | Apache License, Version 2.0 |
test
以下はこのプロジェクトのテスト依存関係です。これらの依存関係はアプリケーションのユニットテストを実行する時のみ必要です。
グループID | 成果物ID | バージョン | Type | License |
---|---|---|---|---|
org.assertj | assertj-core | 3.13.2 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.5.2 | jar | Eclipse Public License v2.0 |
org.springframework | spring-test | 5.0.18.RELEASE | jar | Apache License, Version 2.0 |
provided
以下はこのプロジェクトの提供済み依存関係のリストです。これらの依存関係はアプリケーションをコンパイルするのに必要ですが、実際にライブラリを使用する際には実行環境によってデフォルトで提供されるべきものです。
グループID | 成果物ID | バージョン | Type | License |
---|---|---|---|---|
javax.validation | validation-api | 2.0.1.Final | jar | Apache License 2.0 |
org.apache.commons | commons-jexl | 2.1.1 | jar | The Apache Software License, Version 2.0 |
org.hibernate.validator | hibernate-validator | 6.1.5.Final | jar | Apache License 2.0 |
org.projectlombok | lombok | 1.18.12 | jar | The MIT License |
プロジェクトの過渡的依存関係
以下はこのプロジェクトの過渡的依存ライブラリのリストです。過渡的依存ライブラリはプロジェクトの依存ライブラリの依存ライブラリです。
compile
以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
グループID | 成果物ID | バージョン | Type | License |
---|---|---|---|---|
ch.qos.logback | logback-core | 1.2.3 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
org.springframework | spring-aop | 5.0.18.RELEASE | jar | Apache License, Version 2.0 |
org.springframework | spring-beans | 5.0.18.RELEASE | jar | Apache License, Version 2.0 |
org.springframework | spring-core | 5.0.18.RELEASE | jar | Apache License, Version 2.0 |
org.springframework | spring-expression | 5.0.18.RELEASE | jar | Apache License, Version 2.0 |
org.springframework | spring-jcl | 5.0.18.RELEASE | jar | Apache License, Version 2.0 |
test
以下はこのプロジェクトのテスト依存関係です。これらの依存関係はアプリケーションのユニットテストを実行する時のみ必要です。
グループID | 成果物ID | バージョン | Type | License |
---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.0 | jar | The Apache License, Version 2.0 |
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 |
provided
以下はこのプロジェクトの提供済み依存関係のリストです。これらの依存関係はアプリケーションをコンパイルするのに必要ですが、実際にライブラリを使用する際には実行環境によってデフォルトで提供されるべきものです。
グループID | 成果物ID | バージョン | Type | License |
---|---|---|---|---|
com.fasterxml | classmate | 1.3.4 | jar | The Apache Software License, Version 2.0 |
commons-logging | commons-logging | 1.1.1 | jar | The Apache Software License, Version 2.0 |
jakarta.validation | jakarta.validation-api | 2.0.2 | jar | Apache License 2.0 |
org.jboss.logging | jboss-logging | 3.3.2.Final | jar | Apache License, version 2.0 |
プロジェクト依存関係グラフ
依存関係ツリー
- com.github.mygreen:messageformatter:jar:0.2
- org.projectlombok:lombok:jar:1.18.12 (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.13.2 (test)
- org.springframework:spring-context:jar:5.0.18.RELEASE (compile)
- org.springframework:spring-aop:jar:5.0.18.RELEASE (compile)
- org.springframework:spring-beans:jar:5.0.18.RELEASE (compile)
- org.springframework:spring-core:jar:5.0.18.RELEASE (compile)
- org.springframework:spring-jcl:jar:5.0.18.RELEASE (compile)
- org.springframework:spring-expression:jar:5.0.18.RELEASE (compile)
- org.springframework:spring-test:jar:5.0.18.RELEASE (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)
- org.apache.commons:commons-jexl:jar:2.1.1 (provided)
- commons-logging:commons-logging:jar:1.1.1 (provided)
- javax.validation:validation-api:jar:2.0.1.Final (provided)
- org.hibernate.validator:hibernate-validator:jar:6.1.5.Final (provided)
- jakarta.validation:jakarta.validation-api:jar:2.0.2 (provided)
- org.jboss.logging:jboss-logging:jar:3.3.2.Final (provided)
- com.fasterxml:classmate:jar:1.3.4 (provided)
プロジェクトライセンス
Apache License, version 2.0: JBoss Logging 3
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License 2.0: Bean Validation API, Hibernate Validator Engine, Jakarta Bean Validation API
The MIT License: Project Lombok, messageformatter
MIT License: JCL 1.2 implemented over SLF4J, SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
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 TestContext Framework
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: ClassMate, Commons JEXL, Commons Logging
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
logback-classic-1.2.3.jar | 283.53 kB | 234 | 175 | 27 | 1.6 | debug |
logback-core-1.2.3.jar | 460.84 kB | 419 | 373 | 36 | 1.6 | debug |
classmate-1.3.4.jar | 63.57 kB | 52 | 37 | 4 | 1.6 | debug |
commons-logging-1.1.1.jar | 59.26 kB | 42 | 28 | 2 | 1.1 | debug |
jakarta.validation-api-2.0.2.jar | 89.78 kB | 160 | 142 | 9 | 1.6 | debug |
validation-api-2.0.1.Final.jar | 90.92 kB | 163 | 142 | 9 | 1.6 | debug |
commons-jexl-2.1.1.jar | 261.36 kB | 198 | 178 | 6 | 1.5 | debug |
apiguardian-api-1.1.0.jar | 2.33 kB | 8 | 2 | 1 | 1.6 | debug |
assertj-core-3.13.2.jar | 4.27 MB | 3,094 | 2,956 | 59 | 1.6 | debug |
hibernate-validator-6.1.5.Final.jar | 1.23 MB | 1,035 | 858 | 81 | 1.6 | debug |
jboss-logging-3.3.2.Final.jar | 64.91 kB | 57 | 45 | 1 | 1.6 | debug |
junit-jupiter-api-5.5.2.jar | 138.44 kB | 141 | 105 | 6 | 1.6 | debug |
junit-jupiter-engine-5.5.2.jar | 214.48 kB | 142 | 68 | 9 | 1.6 | debug |
junit-platform-commons-1.5.2.jar | 89.56 kB | 58 | 16 | 6 | 1.6 | debug |
junit-platform-engine-1.5.2.jar | 160.03 kB | 133 | 75 | 7 | 1.6 | debug |
opentest4j-1.2.0.jar | 7.47 kB | 11 | 6 | 1 | 1.6 | debug |
lombok-1.18.12.jar | 1.71 MB | 989 | 155 | 11 | 1.6 | debug |
jcl-over-slf4j-1.7.25.jar | 16.13 kB | 23 | 9 | 2 | 1.5 | debug |
slf4j-api-1.7.25.jar | 40.24 kB | 46 | 34 | 4 | 1.5 | debug |
spring-aop-5.0.18.RELEASE.jar | 357.28 kB | 303 | 267 | 17 | 1.6 | debug |
spring-beans-5.0.18.RELEASE.jar | 645.83 kB | 406 | 348 | 13 | 1.6 | debug |
spring-context-5.0.18.RELEASE.jar | 1.04 MB | 909 | 787 | 64 | 1.6 | debug |
spring-core-5.0.18.RELEASE.jar | 1.17 MB | 895 | 791 | 44 | 1.6 | debug |
spring-expression-5.0.18.RELEASE.jar | 274.30 kB | 164 | 144 | 6 | 1.6 | debug |
spring-jcl-5.0.18.RELEASE.jar | 21.45 kB | 24 | 15 | 2 | 1.6 | debug |
spring-test-5.0.18.RELEASE.jar | 592.93 kB | 459 | 335 | 36 | 1.6 | debug |
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
26 | 13.27 MB | 10,165 | 8,091 | 463 | 1.6 | 26 |
compile: 10 | compile: 4.26 MB | compile: 3,423 | compile: 2,943 | compile: 215 | - | compile: 10 |
test: 8 | test: 5.45 MB | test: 4,046 | test: 3,563 | test: 125 | - | test: 8 |
provided: 8 | provided: 3.56 MB | provided: 2,696 | provided: 1,585 | provided: 123 | - | provided: 8 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot | Blacklisted |
---|---|---|---|---|
central | https://repo.maven.apache.org/maven2 | Yes | - | - |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | - | Yes | Yes |
apache.snapshots | http://repository.apache.org/snapshots | - | Yes | - |
Repository locations for each of the Dependencies.
Artifact | central | apache.snapshots |
---|---|---|
ch.qos.logback:logback-classic:jar:1.2.3 | - | - |
ch.qos.logback:logback-core:jar:1.2.3 | - | - |
com.fasterxml:classmate:jar:1.3.4 | - | - |
commons-logging:commons-logging:jar:1.1.1 | - | - |
jakarta.validation:jakarta.validation-api:jar:2.0.2 | - | - |
javax.validation:validation-api:jar:2.0.1.Final | - | - |
org.apache.commons:commons-jexl:jar:2.1.1 | - | - |
org.apiguardian:apiguardian-api:jar:1.1.0 | - | - |
org.assertj:assertj-core:jar:3.13.2 | - | - |
org.hibernate.validator:hibernate-validator:jar:6.1.5.Final | - | - |
org.jboss.logging:jboss-logging:jar:3.3.2.Final | - | - |
org.junit.jupiter:junit-jupiter-api:jar:5.5.2 | - | - |
org.junit.jupiter:junit-jupiter-engine:jar:5.5.2 | - | - |
org.junit.platform:junit-platform-commons:jar:1.5.2 | - | - |
org.junit.platform:junit-platform-engine:jar:1.5.2 | - | - |
org.opentest4j:opentest4j:jar:1.2.0 | - | - |
org.projectlombok:lombok:jar:1.18.12 | - | - |
org.slf4j:jcl-over-slf4j:jar:1.7.25 | - | - |
org.slf4j:slf4j-api:jar:1.7.25 | - | - |
org.springframework:spring-aop:jar:5.0.18.RELEASE | - | - |
org.springframework:spring-beans:jar:5.0.18.RELEASE | - | - |
org.springframework:spring-context:jar:5.0.18.RELEASE | - | - |
org.springframework:spring-core:jar:5.0.18.RELEASE | - | - |
org.springframework:spring-expression:jar:5.0.18.RELEASE | - | - |
org.springframework:spring-jcl:jar:5.0.18.RELEASE | - | - |
org.springframework:spring-test:jar:5.0.18.RELEASE | - | - |
Total | central | apache.snapshots |
26 (compile: 10, test: 8, provided: 8) | 0 | 0 |