@@ -13,55 +13,55 @@ associated with each component.
13
13
14
14
**SECTION 1: Apache License, V2.0**
15
15
* Google Error Prone Annotations
16
- * ` com.google.errorprone:error_prone_annotations`
16
+ * com.google.errorprone:error_prone_annotations
17
17
* Google Guava
18
- * ` com.google.guava:guava`
19
- * ` com.google.guava:failureaccess`
20
- * ` com.google.guava:listenablefuture`
18
+ * com.google.guava:guava
19
+ * com.google.guava:failureaccess
20
+ * com.google.guava:listenablefuture
21
21
* Google Gson
22
- * ` com.google.code.gson:gson`
22
+ * com.google.code.gson:gson
23
23
* Gradle Develocity Plugin/Extension Adapters
24
- * ` com.gradle:develocity-maven-extension-adapters`
24
+ * com.gradle:develocity-maven-extension-adapters
25
25
* Gradle Common Custom User Data Maven Extension
26
- * ` com.gradle:common-custom-user-data-maven-extension`
26
+ * com.gradle:common-custom-user-data-maven-extension
27
27
* Gson on Fire
28
- * ` io.gsonfire:gson-fire`
28
+ * io.gsonfire:gson-fire
29
29
* JetBrains Annotations
30
- * ` org.jetbrains:annotations`
30
+ * org.jetbrains:annotations
31
31
* JetBrains Kotlin
32
- * ` org.jetbrains.kotlin:kotlin-stdlib`
33
- * ` org.jetbrains.kotlin:kotlin-stdlib-common`
34
- * ` org.jetbrains.kotlin:kotlin-stdlib-jdk7
35
- * ` org.jetbrains.kotlin:kotlin-stdlib-jdk8
32
+ * org.jetbrains.kotlin:kotlin-stdlib
33
+ * org.jetbrains.kotlin:kotlin-stdlib-common
34
+ * org.jetbrains.kotlin:kotlin-stdlib-jdk7
35
+ * org.jetbrains.kotlin:kotlin-stdlib-jdk8
36
36
* Picocli
37
- * ` info.picocli:picocli`
37
+ * info.picocli:picocli
38
38
* Square OkHttp
39
- * ` com.squareup.okhttp3:okhttp`
40
- * ` com.squareup.okhttp3:logging-interceptor`
41
- * ` com.squareup.okhttp3:okhttp-tls`
39
+ * com.squareup.okhttp3:okhttp
40
+ * com.squareup.okhttp3:logging-interceptor
41
+ * com.squareup.okhttp3:okhttp-tls
42
42
* Square Okio
43
- * ` com.squareup.okio:okio-jvm`
43
+ * com.squareup.okio:okio-jvm
44
44
* Swagger Core - Annotations
45
- * ` io.swagger:swagger-annotations`
45
+ * io.swagger:swagger-annotations
46
46
47
47
**SECTION 2: Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2 with Classpath Exception**
48
48
* JAX-RS
49
- * ` javax.ws.rs:javax.ws.rs-api`
50
- * ` javax.ws.rs:jsr311-api`
49
+ * javax.ws.rs:javax.ws.rs-api
50
+ * javax.ws.rs:jsr311-api
51
51
* Javax Annotations
52
- * ` javax.annotation:javax.annotation-api`
52
+ * javax.annotation:javax.annotation-api
53
53
* Type Tools Checker Framework
54
- * ` org.checkerframework:checker-qual`
54
+ * org.checkerframework:checker-qual
55
55
56
56
**SECTION 3: New BSD License**
57
57
* Findbugs JSR 305
58
- * ` com.google.code.findbugs:jsr305`
58
+ * com.google.code.findbugs:jsr305
59
59
60
60
**SECTION 4: Gradle License**
61
61
* Build Scan Summary
62
- * ` com.gradle:build-scan-summary`
62
+ * com.gradle:build-scan-summary
63
63
* Gradle Enterprise Maven Extension
64
- * ` com.gradle:gradle-enterprise-maven-extension`
64
+ * com.gradle:gradle-enterprise-maven-extension
65
65
66
66
SECTION 1: Apache License, V2.0
67
67
================================
0 commit comments