| 组织ID: |
com.github.davidmoten |
| 项目ID: |
flatbuffers-java |
| 版本: |
1.7.0.1 |
| 最后修改时间: |
2018-07-26 20:05:23 |
| 包类型: |
jar |
| 标题: |
${project.artifactId} |
| 描述: |
Memory Efficient Serialization Library
|
| 相关URL: |
https://github.com/google/flatbuffers |
| 大小: |
14.13KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>flatbuffers-java</artifactId>
<version>1.7.0.1</version>
</dependency>
|
| Gradle引入代码: |
com.github.davidmoten:flatbuffers-java:1.7.0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.github.davidmoten</groupId>
<artifactId>flatbuffers-parent</artifactId>
<version>1.7.0.1</version>
</parent>
<artifactId>flatbuffers-java</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>
Memory Efficient Serialization Library
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<url>https://github.com/google/flatbuffers</url>
<licenses>
<license>
<name>Apache License V2.0</name>
<url>https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/google/flatbuffers</url>
<connection>
scm:git:https://github.com/google/flatbuffers.git
</connection>
<tag>1.7.0.1</tag>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.google.flatbuffers.Table$1.class
com.google.flatbuffers.Table$2.class
com.google.flatbuffers.Table$3.class
com.google.flatbuffers.Struct.class
com.google.flatbuffers.Table.class
com.google.flatbuffers.Constants.class
com.google.flatbuffers.FlatBufferBuilder.class
META-INF/maven/com.github.davidmoten/flatbuffers-java/pom.xml
META-INF/maven/com.github.davidmoten/flatbuffers-java/pom.properties
|
| 依赖Jar: |
无
|