Categories |
CategoriesCLI User Interface Search Business Logic Libraries |
---|---|
GroupId | GroupIdcom.github.jerrysearch |
ArtifactId | ArtifactIdtns-client |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tns-client-3.0.1.pom | |
tns-client-3.0.1.jar | 21 KB |
tns-client-3.0.1-sources.jar | 12 KB |
tns-client-3.0.1-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jerrysearch/tns-client/ -->
<dependency>
<groupId>com.github.jerrysearch</groupId>
<artifactId>tns-client</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerrysearch/tns-client/
implementation 'com.github.jerrysearch:tns-client:3.0.1'
// https://jarcasting.com/artifacts/com.github.jerrysearch/tns-client/
implementation ("com.github.jerrysearch:tns-client:3.0.1")
'com.github.jerrysearch:tns-client:jar:3.0.1'
<dependency org="com.github.jerrysearch" name="tns-client" rev="3.0.1">
<artifact name="tns-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jerrysearch', module='tns-client', version='3.0.1')
)
libraryDependencies += "com.github.jerrysearch" % "tns-client" % "3.0.1"
[com.github.jerrysearch/tns-client "3.0.1"]