| 组织ID: |
com.yiwise |
| 项目ID: |
asr-client-common |
| 版本: |
1.0.2-RELEASE |
| 最后修改时间: |
2020-04-08 03:58:08 |
| 包类型: |
jar |
| 标题: |
asr-client-common |
| 描述: |
asr-client-common is an common library for yiwise asr |
| 相关URL: |
https://github.com/yiwise/asr-client-demo |
| 大小: |
18.10KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.yiwise</groupId>
<artifactId>asr-client-common</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
|
| Gradle引入代码: |
com.yiwise:asr-client-common:1.0.2-RELEASE
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yiwise</groupId>
<version>1.0.2-RELEASE</version>
<artifactId>asr-client-common</artifactId>
<name>asr-client-common</name>
<description>asr-client-common is an common library for yiwise asr</description>
<url>https://github.com/yiwise/asr-client-demo</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>caowenhao</id>
<name>caowenhao</name>
<email>annpeter.it@gmail.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/yiwise/asr-client-demo</url>
<connection>scm:git:https://git@github.com/yiwise/asr-client-demo.git</connection>
<developerConnection>scm:git:https://git@github.com/yiwise/asr-client-demo.git</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>2.10.1</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<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>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Project Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Project Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
asr-sdk.properties
com.yiwise.asr.common.client.utils.IdGenerator.class
com.yiwise.asr.common.client.utils.JsonUtils.class
com.yiwise.asr.common.client.utils.JsonUtils$CustomObjectMapper.class
com.yiwise.asr.common.client.protocol.AsrResProtocol.class
com.yiwise.asr.common.client.protocol.AsrResPayloadSerializer.class
com.yiwise.asr.common.client.protocol.Constant.class
com.yiwise.asr.common.client.protocol.AsrParam.class
com.yiwise.asr.common.client.protocol.AsrRecognizerResult.class
com.yiwise.asr.common.client.protocol.AsrReqPayloadSerializer.class
com.yiwise.asr.common.client.protocol.AsrResult.class
com.yiwise.asr.common.client.protocol.AsrResult$Event.class
com.yiwise.asr.common.client.protocol.AsrReqProtocol.class
com.yiwise.asr.common.client.log.MdcLog.class
com.yiwise.asr.common.client.factory.AsyncHttpClientFactory.class
META-INF/maven/com.yiwise/asr-client-common/pom.xml
META-INF/maven/com.yiwise/asr-client-common/pom.properties
|
| 依赖Jar: |
jackson-databind-2.9.8.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.8
查看jackson-databind所有版本文件
jackson-datatype-jsr310-2.9.8.jar
/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.9.8
查看jackson-datatype-jsr310所有版本文件
commons-lang3-3.6.jar
/org.apache.commons/commons-lang3/3.6
查看commons-lang3所有版本文件
commons-collections4-4.2.jar
/org.apache.commons/commons-collections4/4.2
查看commons-collections4所有版本文件
slf4j-api-1.7.25.jar
/org.slf4j/slf4j-api/1.7.25
查看slf4j-api所有版本文件
async-http-client-2.10.1.jar
/org.asynchttpclient/async-http-client/2.10.1
查看async-http-client所有版本文件
|