anthropics / anthropic-sdk-java
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 157 files with 12,454 lines of code.
    • 1 very long files (1,001 lines of code)
    • 1 long files (578 lines of code)
    • 15 medium size files (4,465 lines of code)
    • 18 small files (2,642 lines of code)
    • 122 very small files (3,768 lines of code)
8% | 4% | 35% | 21% | 30%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
kt10% | 6% | 45% | 21% | 16%
java0% | 0% | 12% | 16% | 70%
kts0% | 0% | 0% | 40% | 59%
toml0% | 0% | 0% | 0% | 100%
pro0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
anthropic-java-core13% | 7% | 39% | 19% | 20%
anthropic-java-client-okhttp0% | 0% | 96% | 0% | 3%
anthropic-java-mcp0% | 0% | 85% | 0% | 14%
anthropic-java-example0% | 0% | 12% | 16% | 71%
anthropic-java-bedrock0% | 0% | 58% | 38% | 3%
anthropic-java-aws0% | 0% | 72% | 0% | 27%
anthropic-java-ecosystem-test0% | 0% | 0% | 100% | 0%
anthropic-java-vertex0% | 0% | 0% | 91% | 8%
anthropic-java-foundry0% | 0% | 0% | 90% | 9%
buildSrc0% | 0% | 0% | 38% | 61%
gradle0% | 0% | 0% | 0% | 100%
anthropic-java0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
BetaRefusalFallbackInterceptor.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
1001 19
CredentialResolver.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/credentials
578 3
StructuredMessageCreateParams.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages
472 7
Values.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
397 11
BetaMessageAccumulator.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
384 24
OkHttpClient.kt
in anthropic-java-client-okhttp/src/main/kotlin/com/anthropic/client/okhttp
336 7
BetaMcp.kt
in anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp
335 16
MessageAccumulator.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
333 19
StructuredMessageCreateParams.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/models/messages
321 2
BetaMemoryToolExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
293 13
BedrockBackend.kt
in anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends
288 5
JsonSchemaValidator.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
263 1
StructuredContentBlock.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages
218 32
AwsBackend.kt
in anthropic-java-aws/src/main/kotlin/com/anthropic/aws/backends
217 5
ProfileConfig.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/config
206 -
BetaToolRunner.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
201 4
UserOAuthCredentials.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/internal/credentials
201 4
CachingAccessTokenProvider.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/auth
198 2
BedrockMantleBackend.kt
in anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends
190 4
AnthropicBackend.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/backends
187 3
StructuredContentBlock.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/models/messages
182 26
build.gradle.kts
in anthropic-java-ecosystem-test
177 -
StructuredOutputs.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
176 -
ManagedAgentsComprehensiveExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
172 2
ObjectMappers.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
161 2
HttpRequest.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/http
144 1
VertexBackend.kt
in anthropic-java-vertex/src/main/kotlin/com/anthropic/vertex/backends
140 3
CredentialProviderExamples.java
in anthropic-java-example/src/main/java/com/anthropic/example
131 12
WorkloadIdentityCredentials.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/internal/credentials
127 4
AuthorizingHttpClient.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/internal/core/http
116 3
FoundryBackend.kt
in anthropic-java-foundry/src/main/kotlin/com/anthropic/foundry/backends
116 5
RequestOptions.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
113 -
anthropic.java.gradle.kts
in buildSrc/src/main/kotlin
107 -
BetaMessagesToolsRawExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
103 5
ConfigurationFileProvider.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/config
102 3
ManagedAgentsWithFilesExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
97 2
BetaMessagesToolsExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
96 7
StructuredOutputsRawExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
93 2
89 -
AsyncStreamResponse.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/http
85 8
Check.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
81 -
BatchAsyncExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
76 3
anthropic.kotlin.gradle.kts
in buildSrc/src/main/kotlin
74 1
Utils.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
73 -
StreamHandler.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/handlers
73 5
FallbacksExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
71 2
CredentialsCache.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/internal/config
67 1
StructuredMessage.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages
66 1
ManagedAgentsExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
66 2
anthropic.publish.gradle.kts
in buildSrc/src/main/kotlin
66 -
Files With Most Units (Top 50)
File# lines# units
StructuredContentBlock.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages
218 32
StructuredContentBlock.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/models/messages
182 26
BetaMessageAccumulator.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
384 24
MessageAccumulator.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
333 19
BetaRefusalFallbackInterceptor.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
1001 19
BetaMcp.kt
in anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp
335 16
BetaMemoryToolExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
293 13
CredentialProviderExamples.java
in anthropic-java-example/src/main/java/com/anthropic/example
131 12
Values.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
397 11
AsyncStreamResponse.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/http
85 8
StructuredMessageCreateParams.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages
472 7
BetaMessagesToolsExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
96 7
OkHttpClient.kt
in anthropic-java-client-okhttp/src/main/kotlin/com/anthropic/client/okhttp
336 7
HttpRequestBody.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/http
43 5
StreamHandler.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/handlers
73 5
AwsBackend.kt
in anthropic-java-aws/src/main/kotlin/com/anthropic/aws/backends
217 5
BetaMessagesToolsRawExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
103 5
FoundryBackend.kt
in anthropic-java-foundry/src/main/kotlin/com/anthropic/foundry/backends
116 5
BedrockBackend.kt
in anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends
288 5
BetaToolRunner.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
201 4
WorkloadIdentityCredentials.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/internal/credentials
127 4
UserOAuthCredentials.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/internal/credentials
201 4
Backend.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/backends
16 4
BetaStructuredOutputsExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
53 4
StructuredOutputsStreamingExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
63 4
StructuredOutputsExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
54 4
BetaStructuredOutputsAsyncExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
57 4
BetaStructuredOutputsStreamingExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
63 4
BedrockMantleBackend.kt
in anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends
190 4
VertexBackend.kt
in anthropic-java-vertex/src/main/kotlin/com/anthropic/vertex/backends
140 3
AuthorizingHttpClient.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/internal/core/http
116 3
CredentialResolver.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/credentials
578 3
AnthropicBackend.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/backends
187 3
ConfigurationFileProvider.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/config
102 3
BetaToolRunnerExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
36 3
BatchAsyncExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
76 3
BetaToolRunnerStreamingExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
39 3
DefaultSleeper.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
22 2
Properties.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
33 2
BaseDeserializer.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
37 2
ProxyAuthenticator.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/http
29 2
StreamResponse.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/http
12 2
CachingAccessTokenProvider.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/auth
198 2
FileIdentityTokenProvider.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/auth
12 2
ObjectMappers.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
161 2
StructuredMessageCreateParams.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/models/messages
321 2
MessagesExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
19 2
Main.java
in anthropic-java-example/src/main/java/com/anthropic/example
8 2
BedrockMessagesAsyncExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
32 2
ThinkingStreamingAsyncExample.java
in anthropic-java-example/src/main/java/com/anthropic/example
32 2
Files With Long Lines (Top 7)

There are 7 files with lines longer than 120 characters. In total, there are 15 long lines.

File# lines# units# long lines
BetaRefusalFallbackInterceptor.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
1001 19 6
ThinkingWarnings.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
26 - 2
89 - 2
OkHttpClient.kt
in anthropic-java-client-okhttp/src/main/kotlin/com/anthropic/client/okhttp
336 7 2
BetaMessageAccumulator.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/helpers
384 24 1
HttpRequest.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core/http
144 1 1
Check.kt
in anthropic-java-core/src/main/kotlin/com/anthropic/core
81 - 1
Correlations

File Size vs. Commits (all time): 95 points

anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaRefusalFallbackInterceptor.kt x: 1 commits (all time) y: 1001 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/StainlessHelperHeader.kt x: 1 commits (all time) y: 19 lines of code buildSrc/src/main/kotlin/anthropic.publish.gradle.kts x: 5 commits (all time) y: 66 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaMessageAccumulator.kt x: 20 commits (all time) y: 384 lines of code anthropic-java-ecosystem-test/build.gradle.kts x: 5 commits (all time) y: 177 lines of code buildSrc/build.gradle.kts x: 6 commits (all time) y: 19 lines of code buildSrc/src/main/kotlin/anthropic.java.gradle.kts x: 7 commits (all time) y: 107 lines of code gradle/libs.versions.toml x: 6 commits (all time) y: 89 lines of code anthropic-java-foundry/src/main/kotlin/com/anthropic/foundry/backends/FoundryBackend.kt x: 3 commits (all time) y: 116 lines of code anthropic-java-core/build.gradle.kts x: 6 commits (all time) y: 60 lines of code buildSrc/src/main/kotlin/anthropic.kotlin.gradle.kts x: 6 commits (all time) y: 74 lines of code anthropic-java-mcp/build.gradle.kts x: 4 commits (all time) y: 23 lines of code anthropic-java/build.gradle.kts x: 3 commits (all time) y: 39 lines of code build.gradle.kts x: 8 commits (all time) y: 4 lines of code buildSrc/src/main/kotlin/anthropic.dokka.gradle.kts x: 1 commits (all time) y: 7 lines of code anthropic-java-bedrock/build.gradle.kts x: 3 commits (all time) y: 18 lines of code anthropic-java-client-okhttp/build.gradle.kts x: 1 commits (all time) y: 11 lines of code anthropic-java-example/build.gradle.kts x: 7 commits (all time) y: 25 lines of code anthropic-java-foundry/build.gradle.kts x: 2 commits (all time) y: 12 lines of code anthropic-java-aws/src/main/kotlin/com/anthropic/aws/backends/AwsBackend.kt x: 1 commits (all time) y: 217 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockBackend.kt x: 4 commits (all time) y: 288 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockMantleBackend.kt x: 1 commits (all time) y: 190 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/backends/AnthropicBackend.kt x: 8 commits (all time) y: 187 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/backends/Backend.kt x: 2 commits (all time) y: 16 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/auth/CredentialResult.kt x: 1 commits (all time) y: 27 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/credentials/CredentialResolver.kt x: 1 commits (all time) y: 578 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/internal/core/http/HeaderAuthHttpClient.kt x: 1 commits (all time) y: 20 lines of code anthropic-java-vertex/src/main/kotlin/com/anthropic/vertex/backends/VertexBackend.kt x: 3 commits (all time) y: 140 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/MessageAccumulator.kt x: 16 commits (all time) y: 333 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/JsonSchemaValidator.kt x: 2 commits (all time) y: 263 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/StructuredOutputs.kt x: 2 commits (all time) y: 176 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaToolRunner.kt x: 3 commits (all time) y: 201 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/McpBetaTool.kt x: 1 commits (all time) y: 38 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages/StructuredMessageCreateParams.kt x: 6 commits (all time) y: 472 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMcpToolRunnerExample.java x: 1 commits (all time) y: 51 lines of code anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp/BetaMcp.kt x: 1 commits (all time) y: 335 lines of code anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp/McpResourceFile.kt x: 1 commits (all time) y: 33 lines of code anthropic-java-aws/src/main/kotlin/com/anthropic/aws/auth/AwsAuthUtil.kt x: 1 commits (all time) y: 65 lines of code anthropic-java-client-okhttp/src/main/kotlin/com/anthropic/client/okhttp/OkHttpClient.kt x: 5 commits (all time) y: 336 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages/ToolRunnerCreateParams.kt x: 1 commits (all time) y: 54 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMemoryToolExample.java x: 1 commits (all time) y: 293 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaToolRunnerStreamingExample.java x: 2 commits (all time) y: 39 lines of code anthropic-java-example/src/main/java/com/anthropic/example/StructuredOutputsRawExample.java x: 1 commits (all time) y: 93 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/messages/StructuredContentBlock.kt x: 1 commits (all time) y: 182 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/messages/StructuredMessage.kt x: 1 commits (all time) y: 59 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/messages/StructuredMessageCreateParams.kt x: 1 commits (all time) y: 321 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaStructuredOutputsAsyncExample.java x: 2 commits (all time) y: 57 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaStructuredOutputsExample.java x: 2 commits (all time) y: 53 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaStructuredOutputsStreamingExample.java x: 2 commits (all time) y: 63 lines of code anthropic-java-example/src/main/java/com/anthropic/example/FoundryMessagesBearerTokenExample.java x: 1 commits (all time) y: 29 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/http/HttpRequest.kt x: 2 commits (all time) y: 144 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMessagesToolsExample.java x: 1 commits (all time) y: 96 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMessagesToolsRawExample.java x: 1 commits (all time) y: 103 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/RequestOptions.kt x: 3 commits (all time) y: 113 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/Utils.kt x: 1 commits (all time) y: 73 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BatchAsyncExample.java x: 6 commits (all time) y: 76 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BatchExample.java x: 4 commits (all time) y: 59 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BedrockMessagesAsyncExample.java x: 3 commits (all time) y: 32 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BedrockMessagesStreamingAsyncExample.java x: 3 commits (all time) y: 25 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesAsyncExample.java x: 5 commits (all time) y: 22 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesConversationAsyncExample.java x: 5 commits (all time) y: 29 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesConversationExample.java x: 5 commits (all time) y: 24 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesExample.java x: 7 commits (all time) y: 19 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesImageExample.java x: 2 commits (all time) y: 31 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesMcpExample.java x: 4 commits (all time) y: 41 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesStreamingAsyncExample.java x: 6 commits (all time) y: 23 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesStreamingExample.java x: 8 commits (all time) y: 25 lines of code anthropic-java-example/src/main/java/com/anthropic/example/ThinkingExample.java x: 3 commits (all time) y: 29 lines of code anthropic-java-example/src/main/java/com/anthropic/example/VertexBetaMessagesStreamingAsyncExample.java x: 4 commits (all time) y: 26 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/Check.kt x: 1 commits (all time) y: 81 lines of code anthropic-java-example/src/main/java/com/anthropic/example/ModelListAsyncExample.java x: 4 commits (all time) y: 17 lines of code anthropic-java-example/src/main/java/com/anthropic/example/Main.java x: 5 commits (all time) y: 8 lines of code anthropic-java-example/src/main/java/com/anthropic/example/ModelListExample.java x: 2 commits (all time) y: 10 lines of code
1001.0
lines of code
  min: 4.0
  average: 97.76
  25th percentile: 22.0
  median: 36.0
  75th percentile: 107.0
  max: 1001.0
0 20.0
commits (all time)
min: 1.0 | average: 3.14 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 4.0 | max: 20.0

File Size vs. Contributors (all time): 95 points

anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaRefusalFallbackInterceptor.kt x: 1 contributors (all time) y: 1001 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/StainlessHelperHeader.kt x: 1 contributors (all time) y: 19 lines of code buildSrc/src/main/kotlin/anthropic.publish.gradle.kts x: 1 contributors (all time) y: 66 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaMessageAccumulator.kt x: 11 contributors (all time) y: 384 lines of code anthropic-java-ecosystem-test/build.gradle.kts x: 1 contributors (all time) y: 177 lines of code buildSrc/src/main/kotlin/anthropic.java.gradle.kts x: 2 contributors (all time) y: 107 lines of code gradle/libs.versions.toml x: 1 contributors (all time) y: 89 lines of code anthropic-java-foundry/src/main/kotlin/com/anthropic/foundry/backends/FoundryBackend.kt x: 3 contributors (all time) y: 116 lines of code anthropic-java-core/build.gradle.kts x: 2 contributors (all time) y: 60 lines of code buildSrc/src/main/kotlin/anthropic.kotlin.gradle.kts x: 2 contributors (all time) y: 74 lines of code anthropic-java-mcp/build.gradle.kts x: 2 contributors (all time) y: 23 lines of code anthropic-java/build.gradle.kts x: 1 contributors (all time) y: 39 lines of code build.gradle.kts x: 4 contributors (all time) y: 4 lines of code buildSrc/src/main/kotlin/anthropic.dokka.gradle.kts x: 1 contributors (all time) y: 7 lines of code settings.gradle.kts x: 3 contributors (all time) y: 22 lines of code anthropic-java-bedrock/build.gradle.kts x: 3 contributors (all time) y: 18 lines of code anthropic-java-client-okhttp/build.gradle.kts x: 1 contributors (all time) y: 11 lines of code anthropic-java-example/build.gradle.kts x: 6 contributors (all time) y: 25 lines of code anthropic-java-foundry/build.gradle.kts x: 2 contributors (all time) y: 12 lines of code anthropic-java-aws/src/main/kotlin/com/anthropic/aws/backends/AwsBackend.kt x: 1 contributors (all time) y: 217 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockBackend.kt x: 3 contributors (all time) y: 288 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockMantleBackend.kt x: 1 contributors (all time) y: 190 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/backends/AnthropicBackend.kt x: 5 contributors (all time) y: 187 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/backends/Backend.kt x: 2 contributors (all time) y: 16 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/auth/CredentialResult.kt x: 1 contributors (all time) y: 27 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/credentials/CredentialResolver.kt x: 1 contributors (all time) y: 578 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/internal/core/http/HeaderAuthHttpClient.kt x: 1 contributors (all time) y: 20 lines of code anthropic-java-vertex/src/main/kotlin/com/anthropic/vertex/backends/VertexBackend.kt x: 3 contributors (all time) y: 140 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/MessageAccumulator.kt x: 8 contributors (all time) y: 333 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/JsonSchemaValidator.kt x: 2 contributors (all time) y: 263 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/StructuredOutputs.kt x: 2 contributors (all time) y: 176 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaToolRunner.kt x: 2 contributors (all time) y: 201 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages/StructuredMessageCreateParams.kt x: 2 contributors (all time) y: 472 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMcpToolRunnerExample.java x: 1 contributors (all time) y: 51 lines of code anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp/BetaMcp.kt x: 1 contributors (all time) y: 335 lines of code anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp/McpResourceFile.kt x: 1 contributors (all time) y: 33 lines of code anthropic-java-client-okhttp/src/main/kotlin/com/anthropic/client/okhttp/OkHttpClient.kt x: 5 contributors (all time) y: 336 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages/ToolRunnerCreateParams.kt x: 1 contributors (all time) y: 54 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMemoryToolExample.java x: 1 contributors (all time) y: 293 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaToolRunnerStreamingExample.java x: 2 contributors (all time) y: 39 lines of code anthropic-java-example/src/main/java/com/anthropic/example/StructuredOutputsRawExample.java x: 1 contributors (all time) y: 93 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/messages/StructuredContentBlock.kt x: 1 contributors (all time) y: 182 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/messages/StructuredMessage.kt x: 1 contributors (all time) y: 59 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/messages/StructuredMessageCreateParams.kt x: 1 contributors (all time) y: 321 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaStructuredOutputsAsyncExample.java x: 2 contributors (all time) y: 57 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaStructuredOutputsExample.java x: 2 contributors (all time) y: 53 lines of code anthropic-java-example/src/main/java/com/anthropic/example/FoundryMessagesBearerTokenExample.java x: 1 contributors (all time) y: 29 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/http/HttpRequest.kt x: 2 contributors (all time) y: 144 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMessagesToolsExample.java x: 1 contributors (all time) y: 96 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMessagesToolsRawExample.java x: 1 contributors (all time) y: 103 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/RequestOptions.kt x: 3 contributors (all time) y: 113 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/Utils.kt x: 1 contributors (all time) y: 73 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BatchAsyncExample.java x: 2 contributors (all time) y: 76 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BedrockMessagesAsyncExample.java x: 2 contributors (all time) y: 32 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BedrockMessagesStreamingAsyncExample.java x: 2 contributors (all time) y: 25 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesConversationAsyncExample.java x: 2 contributors (all time) y: 29 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesMcpExample.java x: 3 contributors (all time) y: 41 lines of code anthropic-java-example/src/main/java/com/anthropic/example/MessagesStreamingExample.java x: 3 contributors (all time) y: 25 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/Check.kt x: 1 contributors (all time) y: 81 lines of code anthropic-java-example/src/main/java/com/anthropic/example/ModelListAsyncExample.java x: 4 contributors (all time) y: 17 lines of code anthropic-java-example/src/main/java/com/anthropic/example/Main.java x: 2 contributors (all time) y: 8 lines of code
1001.0
lines of code
  min: 4.0
  average: 97.76
  25th percentile: 22.0
  median: 36.0
  75th percentile: 107.0
  max: 1001.0
0 11.0
contributors (all time)
min: 1.0 | average: 1.86 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 11.0

File Size vs. Commits (30 days): 36 points

anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaRefusalFallbackInterceptor.kt x: 1 commits (30d) y: 1001 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/StainlessHelperHeader.kt x: 1 commits (30d) y: 19 lines of code buildSrc/src/main/kotlin/anthropic.publish.gradle.kts x: 5 commits (30d) y: 66 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaMessageAccumulator.kt x: 4 commits (30d) y: 384 lines of code anthropic-java-ecosystem-test/build.gradle.kts x: 5 commits (30d) y: 177 lines of code buildSrc/build.gradle.kts x: 6 commits (30d) y: 19 lines of code buildSrc/src/main/kotlin/anthropic.java.gradle.kts x: 6 commits (30d) y: 107 lines of code gradle/libs.versions.toml x: 6 commits (30d) y: 89 lines of code anthropic-java-foundry/src/main/kotlin/com/anthropic/foundry/backends/FoundryBackend.kt x: 2 commits (30d) y: 116 lines of code anthropic-java-core/build.gradle.kts x: 5 commits (30d) y: 60 lines of code buildSrc/src/main/kotlin/anthropic.kotlin.gradle.kts x: 5 commits (30d) y: 74 lines of code anthropic-java-mcp/build.gradle.kts x: 3 commits (30d) y: 23 lines of code anthropic-java/build.gradle.kts x: 3 commits (30d) y: 39 lines of code build.gradle.kts x: 4 commits (30d) y: 4 lines of code buildSrc/src/main/kotlin/anthropic.dokka.gradle.kts x: 1 commits (30d) y: 7 lines of code settings.gradle.kts x: 2 commits (30d) y: 22 lines of code anthropic-java-client-okhttp/build.gradle.kts x: 1 commits (30d) y: 11 lines of code anthropic-java-example/build.gradle.kts x: 1 commits (30d) y: 25 lines of code anthropic-java-foundry/build.gradle.kts x: 1 commits (30d) y: 12 lines of code anthropic-java-aws/src/main/kotlin/com/anthropic/aws/backends/AwsBackend.kt x: 1 commits (30d) y: 217 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockBackend.kt x: 1 commits (30d) y: 288 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockMantleBackend.kt x: 1 commits (30d) y: 190 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/backends/AnthropicBackend.kt x: 1 commits (30d) y: 187 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/credentials/CredentialResolver.kt x: 1 commits (30d) y: 578 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/internal/core/http/HeaderAuthHttpClient.kt x: 1 commits (30d) y: 20 lines of code anthropic-java-vertex/src/main/kotlin/com/anthropic/vertex/backends/VertexBackend.kt x: 1 commits (30d) y: 140 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/MessageAccumulator.kt x: 2 commits (30d) y: 333 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/JsonSchemaValidator.kt x: 1 commits (30d) y: 263 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/StructuredOutputs.kt x: 1 commits (30d) y: 176 lines of code
1001.0
lines of code
  min: 4.0
  average: 132.25
  25th percentile: 17.25
  median: 49.5
  75th percentile: 184.5
  max: 1001.0
0 6.0
commits (30d)
min: 1.0 | average: 2.22 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 3.75 | max: 6.0

File Size vs. Contributors (30 days): 36 points

anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaRefusalFallbackInterceptor.kt x: 1 contributors (30d) y: 1001 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/StainlessHelperHeader.kt x: 1 contributors (30d) y: 19 lines of code buildSrc/src/main/kotlin/anthropic.publish.gradle.kts x: 1 contributors (30d) y: 66 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaMessageAccumulator.kt x: 3 contributors (30d) y: 384 lines of code anthropic-java-ecosystem-test/build.gradle.kts x: 1 contributors (30d) y: 177 lines of code buildSrc/src/main/kotlin/anthropic.java.gradle.kts x: 1 contributors (30d) y: 107 lines of code gradle/libs.versions.toml x: 1 contributors (30d) y: 89 lines of code anthropic-java-foundry/src/main/kotlin/com/anthropic/foundry/backends/FoundryBackend.kt x: 2 contributors (30d) y: 116 lines of code anthropic-java-core/build.gradle.kts x: 1 contributors (30d) y: 60 lines of code buildSrc/src/main/kotlin/anthropic.kotlin.gradle.kts x: 1 contributors (30d) y: 74 lines of code anthropic-java-mcp/build.gradle.kts x: 1 contributors (30d) y: 23 lines of code anthropic-java/build.gradle.kts x: 1 contributors (30d) y: 39 lines of code build.gradle.kts x: 1 contributors (30d) y: 4 lines of code anthropic-java-client-okhttp/build.gradle.kts x: 1 contributors (30d) y: 11 lines of code anthropic-java-example/build.gradle.kts x: 1 contributors (30d) y: 25 lines of code anthropic-java-foundry/build.gradle.kts x: 1 contributors (30d) y: 12 lines of code anthropic-java-aws/src/main/kotlin/com/anthropic/aws/backends/AwsBackend.kt x: 1 contributors (30d) y: 217 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockBackend.kt x: 1 contributors (30d) y: 288 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockMantleBackend.kt x: 1 contributors (30d) y: 190 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/backends/AnthropicBackend.kt x: 1 contributors (30d) y: 187 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/credentials/CredentialResolver.kt x: 1 contributors (30d) y: 578 lines of code anthropic-java-vertex/src/main/kotlin/com/anthropic/vertex/backends/VertexBackend.kt x: 1 contributors (30d) y: 140 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/MessageAccumulator.kt x: 1 contributors (30d) y: 333 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/JsonSchemaValidator.kt x: 1 contributors (30d) y: 263 lines of code
1001.0
lines of code
  min: 4.0
  average: 132.25
  25th percentile: 17.25
  median: 49.5
  75th percentile: 184.5
  max: 1001.0
0 3.0
contributors (30d)
min: 1.0 | average: 1.08 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 3.0

File Size vs. Commits (90 days): 44 points

anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaRefusalFallbackInterceptor.kt x: 1 commits (90d) y: 1001 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/StainlessHelperHeader.kt x: 1 commits (90d) y: 19 lines of code buildSrc/src/main/kotlin/anthropic.publish.gradle.kts x: 5 commits (90d) y: 66 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaMessageAccumulator.kt x: 4 commits (90d) y: 384 lines of code anthropic-java-ecosystem-test/build.gradle.kts x: 5 commits (90d) y: 177 lines of code buildSrc/build.gradle.kts x: 6 commits (90d) y: 19 lines of code buildSrc/src/main/kotlin/anthropic.java.gradle.kts x: 7 commits (90d) y: 107 lines of code gradle/libs.versions.toml x: 6 commits (90d) y: 89 lines of code anthropic-java-foundry/src/main/kotlin/com/anthropic/foundry/backends/FoundryBackend.kt x: 2 commits (90d) y: 116 lines of code anthropic-java-core/build.gradle.kts x: 6 commits (90d) y: 60 lines of code buildSrc/src/main/kotlin/anthropic.kotlin.gradle.kts x: 5 commits (90d) y: 74 lines of code anthropic-java-mcp/build.gradle.kts x: 4 commits (90d) y: 23 lines of code anthropic-java/build.gradle.kts x: 3 commits (90d) y: 39 lines of code build.gradle.kts x: 4 commits (90d) y: 4 lines of code buildSrc/src/main/kotlin/anthropic.dokka.gradle.kts x: 1 commits (90d) y: 7 lines of code settings.gradle.kts x: 2 commits (90d) y: 22 lines of code anthropic-java-client-okhttp/build.gradle.kts x: 1 commits (90d) y: 11 lines of code anthropic-java-example/build.gradle.kts x: 2 commits (90d) y: 25 lines of code anthropic-java-foundry/build.gradle.kts x: 1 commits (90d) y: 12 lines of code anthropic-java-aws/src/main/kotlin/com/anthropic/aws/backends/AwsBackend.kt x: 1 commits (90d) y: 217 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockBackend.kt x: 1 commits (90d) y: 288 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockMantleBackend.kt x: 1 commits (90d) y: 190 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/backends/AnthropicBackend.kt x: 1 commits (90d) y: 187 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/auth/CredentialResult.kt x: 1 commits (90d) y: 27 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/credentials/CredentialResolver.kt x: 1 commits (90d) y: 578 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/internal/core/http/HeaderAuthHttpClient.kt x: 1 commits (90d) y: 20 lines of code anthropic-java-vertex/src/main/kotlin/com/anthropic/vertex/backends/VertexBackend.kt x: 1 commits (90d) y: 140 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/MessageAccumulator.kt x: 2 commits (90d) y: 333 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/JsonSchemaValidator.kt x: 1 commits (90d) y: 263 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/StructuredOutputs.kt x: 1 commits (90d) y: 176 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaToolRunner.kt x: 1 commits (90d) y: 201 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/McpBetaTool.kt x: 1 commits (90d) y: 38 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages/StructuredMessageCreateParams.kt x: 1 commits (90d) y: 472 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMcpToolRunnerExample.java x: 1 commits (90d) y: 51 lines of code anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp/BetaMcp.kt x: 1 commits (90d) y: 335 lines of code anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp/McpResourceFile.kt x: 1 commits (90d) y: 33 lines of code anthropic-java-aws/src/main/kotlin/com/anthropic/aws/auth/AwsAuthUtil.kt x: 1 commits (90d) y: 65 lines of code
1001.0
lines of code
  min: 4.0
  average: 143.0
  25th percentile: 19.0
  median: 62.5
  75th percentile: 198.25
  max: 1001.0
0 7.0
commits (90d)
min: 1.0 | average: 2.09 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.75 | max: 7.0

File Size vs. Contributors (90 days): 44 points

anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaRefusalFallbackInterceptor.kt x: 1 contributors (90d) y: 1001 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/StainlessHelperHeader.kt x: 1 contributors (90d) y: 19 lines of code buildSrc/src/main/kotlin/anthropic.publish.gradle.kts x: 1 contributors (90d) y: 66 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaMessageAccumulator.kt x: 3 contributors (90d) y: 384 lines of code anthropic-java-ecosystem-test/build.gradle.kts x: 1 contributors (90d) y: 177 lines of code buildSrc/src/main/kotlin/anthropic.java.gradle.kts x: 2 contributors (90d) y: 107 lines of code gradle/libs.versions.toml x: 1 contributors (90d) y: 89 lines of code anthropic-java-foundry/src/main/kotlin/com/anthropic/foundry/backends/FoundryBackend.kt x: 2 contributors (90d) y: 116 lines of code anthropic-java-core/build.gradle.kts x: 2 contributors (90d) y: 60 lines of code buildSrc/src/main/kotlin/anthropic.kotlin.gradle.kts x: 1 contributors (90d) y: 74 lines of code anthropic-java-mcp/build.gradle.kts x: 2 contributors (90d) y: 23 lines of code anthropic-java/build.gradle.kts x: 1 contributors (90d) y: 39 lines of code build.gradle.kts x: 1 contributors (90d) y: 4 lines of code settings.gradle.kts x: 1 contributors (90d) y: 22 lines of code anthropic-java-client-okhttp/build.gradle.kts x: 1 contributors (90d) y: 11 lines of code anthropic-java-example/build.gradle.kts x: 2 contributors (90d) y: 25 lines of code anthropic-java-foundry/build.gradle.kts x: 1 contributors (90d) y: 12 lines of code anthropic-java-aws/src/main/kotlin/com/anthropic/aws/backends/AwsBackend.kt x: 1 contributors (90d) y: 217 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockBackend.kt x: 1 contributors (90d) y: 288 lines of code anthropic-java-bedrock/src/main/kotlin/com/anthropic/bedrock/backends/BedrockMantleBackend.kt x: 1 contributors (90d) y: 190 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/backends/AnthropicBackend.kt x: 1 contributors (90d) y: 187 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/auth/CredentialResult.kt x: 1 contributors (90d) y: 27 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/credentials/CredentialResolver.kt x: 1 contributors (90d) y: 578 lines of code anthropic-java-vertex/src/main/kotlin/com/anthropic/vertex/backends/VertexBackend.kt x: 1 contributors (90d) y: 140 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/MessageAccumulator.kt x: 1 contributors (90d) y: 333 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/core/JsonSchemaValidator.kt x: 1 contributors (90d) y: 263 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/helpers/BetaToolRunner.kt x: 1 contributors (90d) y: 201 lines of code anthropic-java-core/src/main/kotlin/com/anthropic/models/beta/messages/StructuredMessageCreateParams.kt x: 1 contributors (90d) y: 472 lines of code anthropic-java-example/src/main/java/com/anthropic/example/BetaMcpToolRunnerExample.java x: 1 contributors (90d) y: 51 lines of code anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp/BetaMcp.kt x: 1 contributors (90d) y: 335 lines of code anthropic-java-mcp/src/main/kotlin/com/anthropic/mcp/McpResourceFile.kt x: 1 contributors (90d) y: 33 lines of code
1001.0
lines of code
  min: 4.0
  average: 143.0
  25th percentile: 19.0
  median: 62.5
  75th percentile: 198.25
  max: 1001.0
0 3.0
contributors (90d)
min: 1.0 | average: 1.16 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 3.0