Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.stepstone.inbucket |
ArtifactId | ArtifactIdinbucket-client |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
inbucket-client-1.2.0.pom | |
inbucket-client-1.2.0.jar | 4 KB |
inbucket-client-1.2.0-sources.jar | 4 KB |
inbucket-client-1.2.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stepstone.inbucket/inbucket-client/ -->
<dependency>
<groupId>com.stepstone.inbucket</groupId>
<artifactId>inbucket-client</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stepstone.inbucket/inbucket-client/
implementation 'com.stepstone.inbucket:inbucket-client:1.2.0'
// https://jarcasting.com/artifacts/com.stepstone.inbucket/inbucket-client/
implementation ("com.stepstone.inbucket:inbucket-client:1.2.0")
'com.stepstone.inbucket:inbucket-client:jar:1.2.0'
<dependency org="com.stepstone.inbucket" name="inbucket-client" rev="1.2.0">
<artifact name="inbucket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stepstone.inbucket', module='inbucket-client', version='1.2.0')
)
libraryDependencies += "com.stepstone.inbucket" % "inbucket-client" % "1.2.0"
[com.stepstone.inbucket/inbucket-client "1.2.0"]