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