Home
last modified time | relevance | path

Searched refs:artifactId (Results 1 – 25 of 153) sorted by relevance

1234567

/external/robolectric/pluginapi/src/main/java/org/robolectric/internal/dependency/
DDependencyJar.java5 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/
DDependencyJar.java5 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/
DREADME.md15 <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/
DMavenJarArtifact.java9 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/
DREADME.md17 <artifactId>opencensus-api</artifactId>
22 <artifactId>opencensus-exporter-trace-logging</artifactId>
27 <artifactId>opencensus-impl</artifactId>
/external/opencensus-java/exporters/stats/signalfx/
DREADME.md29 <artifactId>opencensus-api</artifactId>
34 <artifactId>opencensus-exporter-stats-signalfx</artifactId>
39 <artifactId>opencensus-impl</artifactId>
/external/auto/service/
DREADME.md57 <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/
DREADME.md24 <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/
DREADME.md29 <artifactId>opencensus-api</artifactId>
34 <artifactId>opencensus-exporter-trace-instana</artifactId>
39 <artifactId>opencensus-impl</artifactId>
/external/opencensus-java/exporters/stats/prometheus/
DREADME.md23 <artifactId>opencensus-api</artifactId>
28 <artifactId>opencensus-exporter-stats-prometheus</artifactId>
33 <artifactId>opencensus-impl</artifactId>
/external/glide/
DREADME.md40 <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/
DREADME.md35 <artifactId>opencensus-api</artifactId>
40 <artifactId>opencensus-exporter-trace-zipkin</artifactId>
45 <artifactId>opencensus-impl</artifactId>
/external/opencensus-java/exporters/trace/jaeger/
DREADME.md42 <artifactId>opencensus-api</artifactId>
47 <artifactId>opencensus-exporter-trace-jaeger</artifactId>
52 <artifactId>opencensus-impl</artifactId>
/external/opencensus-java/contrib/http_util/
DREADME.md18 <artifactId>opencensus-api</artifactId>
23 <artifactId>opencensus-contrib-http-util</artifactId>
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DVersionUtil.java103 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/
DREADME.md18 <artifactId>opencensus-api</artifactId>
23 <artifactId>opencensus-contrib-zpages</artifactId>
28 <artifactId>opencensus-impl</artifactId>
/external/nanohttpd/
DREADME.md31 <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/
Dindex.md31 <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/
DOsgiITest.java39 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/
Dpublish-mpp-root-module-in-platform.gradle22 ((root.get("artifactId") as NodeList).get(0) as Node).setValue(artifactId)
32 singleDependency.appendNode("artifactId", platformPublication.artifactId)
/external/kotlinx.atomicfu/gradle/
Dpublish-mpp-root-module-in-platform.gradle22 ((root.get("artifactId") as NodeList).get(0) as Node).setValue(artifactId)
32 singleDependency.appendNode("artifactId", platformPublication.artifactId)
/external/opencensus-java/contrib/spring/
DREADME.md20 <artifactId>opencensus-api</artifactId>
25 <artifactId>opencensus-contrib-spring</artifactId>
30 <artifactId>opencensus-impl</artifactId>
38 <artifactId>spring-aspects</artifactId>
/external/jazzer-api/
Djazzer-api.pom4 <artifactId>{artifactId}</artifactId>
/external/owasp/java-encoder/src/site/markdown/
Dindex.md20 <artifactId>encoder</artifactId>
44 <artifactId>encoder-jsp</artifactId>
/external/dagger2/
DREADME.md195 <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>

1234567