Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.netbout.spi |
ArtifactId | ArtifactIdnetbout-client |
Version | Version1.5.10 |
Type | Typejar |
Filename | Size |
---|---|
netbout-client-1.5.10.pom | |
netbout-client-1.5.10.jar | 34 KB |
netbout-client-1.5.10-sources.jar | 33 KB |
netbout-client-1.5.10-mock.jar | 5 KB |
netbout-client-1.5.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.netbout.spi/netbout-client/
implementation 'com.netbout.spi:netbout-client:1.5.10'
// https://jarcasting.com/artifacts/com.netbout.spi/netbout-client/
implementation ("com.netbout.spi:netbout-client:1.5.10")
'com.netbout.spi:netbout-client:jar:1.5.10'
<dependency org="com.netbout.spi" name="netbout-client" rev="1.5.10">
<artifact name="netbout-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netbout.spi', module='netbout-client', version='1.5.10')
)
libraryDependencies += "com.netbout.spi" % "netbout-client" % "1.5.10"
[com.netbout.spi/netbout-client "1.5.10"]