/external/robolectric/pluginapi/src/main/java/org/robolectric/internal/dependency/ |
D | DependencyJar.java | 5 private final String artifactId; field in DependencyJar 9 public DependencyJar(String groupId, String artifactId, String version) { in DependencyJar() argument 10 this(groupId, artifactId, version, null); in DependencyJar() 13 public DependencyJar(String groupId, String artifactId, String version, String classifier) { in DependencyJar() argument 15 this.artifactId = artifactId; in DependencyJar() 25 return artifactId; in getArtifactId()
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/ |
D | DependencyJar.java | 5 private final String artifactId; field in DependencyJar 9 public DependencyJar(String groupId, String artifactId, String version, String classifier) { in DependencyJar() argument 11 this.artifactId = artifactId; in DependencyJar() 21 return artifactId; in getArtifactId()
|
/external/opencensus-java/exporters/trace/ocagent/ |
D | README.md | 15 <artifactId>opencensus-api</artifactId> 20 <artifactId>opencensus-exporter-trace-ocagent</artifactId> 25 <artifactId>opencensus-impl</artifactId>
|
/external/robolectric/plugins/maven-dependency-resolver/src/main/java/org/robolectric/internal/dependency/ |
D | MavenJarArtifact.java | 9 private final String artifactId; field in MavenJarArtifact 18 this.artifactId = dependencyJar.getArtifactId(); in MavenJarArtifact() 21 String.format("%s/%s/%s", this.groupId.replace(".", "/"), this.artifactId, this.version); in MavenJarArtifact() 22 String baseName = String.format("%s-%s", this.artifactId, this.version); in MavenJarArtifact() 48 return String.format("%s:%s:%s", groupId, artifactId, version); in toString()
|
/external/opencensus-java/exporters/trace/logging/ |
D | README.md | 17 <artifactId>opencensus-api</artifactId> 22 <artifactId>opencensus-exporter-trace-logging</artifactId> 27 <artifactId>opencensus-impl</artifactId>
|
/external/opencensus-java/exporters/stats/signalfx/ |
D | README.md | 29 <artifactId>opencensus-api</artifactId> 34 <artifactId>opencensus-exporter-stats-signalfx</artifactId> 39 <artifactId>opencensus-impl</artifactId>
|
/external/auto/service/ |
D | README.md | 57 <artifactId>auto-service-annotations</artifactId> 66 <artifactId>maven-compiler-plugin</artifactId> 71 <artifactId>auto-service</artifactId> 88 <artifactId>auto-service</artifactId>
|
/external/opencensus-java/contrib/spring_sleuth_v1x/ |
D | README.md | 24 <artifactId>opencensus-contrib-spring-sleuth</artifactId> 29 <artifactId>spring-cloud-build</artifactId> 33 <artifactId>spring-cloud-starter-sleuth</artifactId>
|
/external/opencensus-java/exporters/trace/instana/ |
D | README.md | 29 <artifactId>opencensus-api</artifactId> 34 <artifactId>opencensus-exporter-trace-instana</artifactId> 39 <artifactId>opencensus-impl</artifactId>
|
/external/opencensus-java/exporters/stats/prometheus/ |
D | README.md | 23 <artifactId>opencensus-api</artifactId> 28 <artifactId>opencensus-exporter-stats-prometheus</artifactId> 33 <artifactId>opencensus-impl</artifactId>
|
/external/glide/ |
D | README.md | 40 <artifactId>glide</artifactId> 46 <artifactId>support-v4</artifactId> 112 <artifactId>volley-integration</artifactId> 118 <artifactId>library</artifactId> 153 <artifactId>okhttp-integration</artifactId> 159 <artifactId>okhttp</artifactId>
|
/external/opencensus-java/exporters/trace/zipkin/ |
D | README.md | 35 <artifactId>opencensus-api</artifactId> 40 <artifactId>opencensus-exporter-trace-zipkin</artifactId> 45 <artifactId>opencensus-impl</artifactId>
|
/external/opencensus-java/exporters/trace/jaeger/ |
D | README.md | 42 <artifactId>opencensus-api</artifactId> 47 <artifactId>opencensus-exporter-trace-jaeger</artifactId> 52 <artifactId>opencensus-impl</artifactId>
|
/external/opencensus-java/contrib/http_util/ |
D | README.md | 18 <artifactId>opencensus-api</artifactId> 23 <artifactId>opencensus-contrib-http-util</artifactId>
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/ |
D | VersionUtil.java | 103 public static Version mavenVersionFor(ClassLoader cl, String groupId, String artifactId) in mavenVersionFor() argument 106 + groupId.replaceAll("\\.", "/")+ "/" + artifactId + "/pom.properties"); in mavenVersionFor() 127 public static Version parseVersion(String s, String groupId, String artifactId) in parseVersion() argument 135 groupId, artifactId); in parseVersion()
|
/external/opencensus-java/contrib/zpages/ |
D | README.md | 18 <artifactId>opencensus-api</artifactId> 23 <artifactId>opencensus-contrib-zpages</artifactId> 28 <artifactId>opencensus-impl</artifactId>
|
/external/nanohttpd/ |
D | README.md | 31 <artifactId>nanohttpd</artifactId> 154 <artifactId>nanohttpd</artifactId> 181 For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*. 185 <artifactId>nanohttpd</artifactId> 193 For a specialized websocket service you can use the module with artifactId *nanohttpd-websocket*. 197 <artifactId>nanohttpd-websocket</artifactId> 205 …rving mostly service files from your disk, you can use the module with artifactId *nanohttpd-webse… 209 <artifactId>nanohttpd-webserver</artifactId> 221 <artifactId>nanohttpd</artifactId>
|
/external/nanohttpd/src/site/markdown/ |
D | index.md | 31 <artifactId>nanohttpd</artifactId> 154 <artifactId>nanohttpd</artifactId> 177 For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*. 181 <artifactId>nanohttpd</artifactId> 189 For a specialized websocket service you can use the module with artifactId *nanohttpd-websocket*. 193 <artifactId>nanohttpd-websocket</artifactId> 201 …rving mostly service files from your disk, you can use the module with artifactId *nanohttpd-webse… 205 <artifactId>nanohttpd-webserver</artifactId> 217 <artifactId>nanohttpd</artifactId>
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/ |
D | OsgiITest.java | 39 mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.scr") in config() 41 mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.configadmin") in config() 47 .artifactId("org.apache.servicemix.bundles.hamcrest").version("1.3_1")), in config()
|
/external/kotlinx.coroutines/gradle/ |
D | publish-mpp-root-module-in-platform.gradle | 22 ((root.get("artifactId") as NodeList).get(0) as Node).setValue(artifactId) 32 singleDependency.appendNode("artifactId", platformPublication.artifactId)
|
/external/kotlinx.atomicfu/gradle/ |
D | publish-mpp-root-module-in-platform.gradle | 22 ((root.get("artifactId") as NodeList).get(0) as Node).setValue(artifactId) 32 singleDependency.appendNode("artifactId", platformPublication.artifactId)
|
/external/opencensus-java/contrib/spring/ |
D | README.md | 20 <artifactId>opencensus-api</artifactId> 25 <artifactId>opencensus-contrib-spring</artifactId> 30 <artifactId>opencensus-impl</artifactId> 38 <artifactId>spring-aspects</artifactId>
|
/external/jazzer-api/ |
D | jazzer-api.pom | 4 <artifactId>{artifactId}</artifactId>
|
/external/owasp/java-encoder/src/site/markdown/ |
D | index.md | 20 <artifactId>encoder</artifactId> 44 <artifactId>encoder-jsp</artifactId>
|
/external/dagger2/ |
D | README.md | 195 <artifactId>dagger</artifactId> 203 <artifactId>maven-compiler-plugin</artifactId> 209 <artifactId>dagger-compiler</artifactId> 226 <artifactId>dagger</artifactId> 231 <artifactId>dagger-compiler</artifactId> 245 <artifactId>dagger-producers</artifactId>
|