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