com.undefinedlabs.scope.deps.okhttp3.internal.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scope-deps Show documentation
Show all versions of scope-deps Show documentation
Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly
identify, troubleshoot and fix failed builds.
This artifact contains dependencies for Scope.
package com.undefinedlabs.scope.deps.okhttp3.internal;
public final class Version {
public static String userAgent() {
return "okhttp/3.8.1";
}
private Version() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy