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