Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.streetcodevn |
ArtifactId | ArtifactIdntc-jthriftclient |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ntc-jthriftclient-1.0.0.pom | |
ntc-jthriftclient-1.0.0.jar | 29 KB |
ntc-jthriftclient-1.0.0-sources.jar | 22 KB |
ntc-jthriftclient-1.0.0-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streetcodevn/ntc-jthriftclient/ -->
<dependency>
<groupId>com.streetcodevn</groupId>
<artifactId>ntc-jthriftclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.streetcodevn/ntc-jthriftclient/
implementation 'com.streetcodevn:ntc-jthriftclient:1.0.0'
// https://jarcasting.com/artifacts/com.streetcodevn/ntc-jthriftclient/
implementation ("com.streetcodevn:ntc-jthriftclient:1.0.0")
'com.streetcodevn:ntc-jthriftclient:jar:1.0.0'
<dependency org="com.streetcodevn" name="ntc-jthriftclient" rev="1.0.0">
<artifact name="ntc-jthriftclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streetcodevn', module='ntc-jthriftclient', version='1.0.0')
)
libraryDependencies += "com.streetcodevn" % "ntc-jthriftclient" % "1.0.0"
[com.streetcodevn/ntc-jthriftclient "1.0.0"]