You can download officeplugin_json-2.16.0.jar in this page.
Open Source
officeplugin_json-2.16.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/net.officefloor.plugin/officeplugin_json/pom.properties META-INF/maven/net.officefloor.plugin/officeplugin_json/pom.xml META-INF/services/net.officefloor.plugin.woof.template.WoofTemplateExtensionSourceService net.officefloor.plugin.json.HttpJson.class net.officefloor.plugin.json.JsonResponseWriter.class net.officefloor.plugin.json.read.JsonRequestReaderManagedObjectSource.class net.officefloor.plugin.json.web.http.section.JsonHttpTemplateSectionExtension.class net.officefloor.plugin.json.woof.JsonWoofTemplateExtensionSource.class net.officefloor.plugin.json.write.JsonResponseWriterManagedObjectSource.class
officeplugin_json-2.16.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>net.officefloor.plugin</groupId> <artifactId>plugins</artifactId> <version>2.16.0</version> </parent> <artifactId>officeplugin_json</artifactId> <name>JSON Plug-in</name> <description>OfficeFloor plug-in for JSON</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> <execution> <id>add-source</id> <phase>generate-sources</phase> <goals> <goal>add-source</goal> </goals> <configuration> <sources> <source>src/main/impl</source> </sources> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>officeplugin_woof</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>net.officefloor.plugin</groupId> <artifactId>officeplugin_json</artifactId> <version>2.16.0</version> </dependency>
If you think the following officeplugin_json-2.16.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download officeplugin_json-2.16.0.jar file