You can download wire-runtime-2.0.0.jar in this page.
Apache Open Source
wire-runtime-2.0.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.squareup.wire/wire-runtime/pom.properties META-INF/maven/com.squareup.wire/wire-runtime/pom.xml com.squareup.wire.FieldBinding.class com.squareup.wire.FieldEncoding.class com.squareup.wire.ImmutableList.class com.squareup.wire.Message.class com.squareup.wire.MessageSerializedForm.class com.squareup.wire.MutableOnWriteList.class com.squareup.wire.Preconditions.class com.squareup.wire.ProtoAdapter.class com.squareup.wire.ProtoReader.class com.squareup.wire.ProtoWriter.class com.squareup.wire.RuntimeEnumAdapter.class com.squareup.wire.RuntimeMessageAdapter.class com.squareup.wire.Wire.class com.squareup.wire.WireEnum.class com.squareup.wire.WireField.class
wire-runtime-2.0.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.squareup.wire</groupId> <artifactId>wire</artifactId> <version>2.0.0</version> </parent> <artifactId>wire-runtime</artifactId> <dependencies> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.squareup.retrofit</groupId> <artifactId>retrofit</artifactId> <version>1.2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>com.netflix.rxjava</groupId> <artifactId>rxjava-core</artifactId> <version>0.18.3</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.intellij</groupId> <artifactId>annotations</artifactId> <version>12.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <version>1.14</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.9.1</version> <executions> <execution> <id>add-test-source</id> <phase>generate-test-sources</phase> <goals> <goal>add-test-source</goal> </goals> <configuration> <sources> <source>src/test/proto-java</source> </sources> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.squareup.wire</groupId> <artifactId>wire-runtime</artifactId> <version>2.0.0</version> </dependency>
If you think the following wire-runtime-2.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download wire-runtime-2.0.0.jar file