File | Operation |
---|---|
nls-sdk-java-2.2.17.pom | download |
<dependency>
<groupId>com.alibaba.nls</groupId>
<artifactId>nls-sdk-java</artifactId>
<version>2.2.17</version>
<type>pom</type>
</dependency>
compile
|-- org.slf4j:slf4j-api:1.7.21
|-- com.alibaba:fastjson:1.2.83
|-- io.netty:netty-transport:4.1.17.Final
|-- io.netty:netty-handler:4.1.17.Final
|-- io.netty:netty-common:4.1.17.Final
|-- io.netty:netty-codec-http:4.1.17.Final
|-- io.netty:netty-codec:4.1.17.Final
|-- io.netty:netty-buffer:4.1.17.Final
|-- com.squareup.okhttp3:okhttp:3.9.1
test
|-- junit:junit:4.11