License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.squareup.testing.protolib |
ArtifactId | ArtifactIdprotolib-test |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionTesting Protlib
Collection of testing .protos and their generated classes to be referenced remotely as part of the integration test for the open-source project 'pants'.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPantsbuild project |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
protolib-test-1.0.1.pom | |
protolib-test-1.0.1.jar | 32 KB |
protolib-test-1.0.1-sources.jar | 12 KB |
protolib-test-1.0.1-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.testing.protolib/protolib-test/ -->
<dependency>
<groupId>com.squareup.testing.protolib</groupId>
<artifactId>protolib-test</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.testing.protolib/protolib-test/
implementation 'com.squareup.testing.protolib:protolib-test:1.0.1'
// https://jarcasting.com/artifacts/com.squareup.testing.protolib/protolib-test/
implementation ("com.squareup.testing.protolib:protolib-test:1.0.1")
'com.squareup.testing.protolib:protolib-test:jar:1.0.1'
<dependency org="com.squareup.testing.protolib" name="protolib-test" rev="1.0.1">
<artifact name="protolib-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.testing.protolib', module='protolib-test', version='1.0.1')
)
libraryDependencies += "com.squareup.testing.protolib" % "protolib-test" % "1.0.1"
[com.squareup.testing.protolib/protolib-test "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |