Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.netbout |
ArtifactId | ArtifactIdnetbout-client |
Version | Version2.13.4 |
Type | Typejar |
Filename | Size |
---|---|
netbout-client-2.13.4.pom | |
netbout-client-2.13.4.jar | 341 KB |
netbout-client-2.13.4-sources.jar | 77 KB |
netbout-client-2.13.4-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netbout/netbout-client/ -->
<dependency>
<groupId>com.netbout</groupId>
<artifactId>netbout-client</artifactId>
<version>2.13.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.netbout/netbout-client/
implementation 'com.netbout:netbout-client:2.13.4'
// https://jarcasting.com/artifacts/com.netbout/netbout-client/
implementation ("com.netbout:netbout-client:2.13.4")
'com.netbout:netbout-client:jar:2.13.4'
<dependency org="com.netbout" name="netbout-client" rev="2.13.4">
<artifact name="netbout-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netbout', module='netbout-client', version='2.13.4')
)
libraryDependencies += "com.netbout" % "netbout-client" % "2.13.4"
[com.netbout/netbout-client "2.13.4"]