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