License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.squareup.testing.protolib |
ArtifactId | ArtifactIdprotolib-external-test |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
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 Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.squareup.testing.protolib/protolib-external-test/ -->
<dependency>
<groupId>com.squareup.testing.protolib</groupId>
<artifactId>protolib-external-test</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.testing.protolib/protolib-external-test/
implementation 'com.squareup.testing.protolib:protolib-external-test:0.0.2'
// https://jarcasting.com/artifacts/com.squareup.testing.protolib/protolib-external-test/
implementation ("com.squareup.testing.protolib:protolib-external-test:0.0.2")
'com.squareup.testing.protolib:protolib-external-test:jar:0.0.2'
<dependency org="com.squareup.testing.protolib" name="protolib-external-test" rev="0.0.2">
<artifact name="protolib-external-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.testing.protolib', module='protolib-external-test', version='0.0.2')
)
libraryDependencies += "com.squareup.testing.protolib" % "protolib-external-test" % "0.0.2"
[com.squareup.testing.protolib/protolib-external-test "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |