Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.kaleido |
ArtifactId | ArtifactIdkapture-client |
Version | Version3.2.19 |
Type | Typejar |
Filename | Size |
---|---|
kapture-client-3.2.19.pom | |
kapture-client-3.2.19.jar | 123 KB |
kapture-client-3.2.19-sources.jar | 76 KB |
kapture-client-3.2.19-javadoc.jar | 474 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kaleido/kapture-client/ -->
<dependency>
<groupId>com.kaleido</groupId>
<artifactId>kapture-client</artifactId>
<version>3.2.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.kaleido/kapture-client/
implementation 'com.kaleido:kapture-client:3.2.19'
// https://jarcasting.com/artifacts/com.kaleido/kapture-client/
implementation ("com.kaleido:kapture-client:3.2.19")
'com.kaleido:kapture-client:jar:3.2.19'
<dependency org="com.kaleido" name="kapture-client" rev="3.2.19">
<artifact name="kapture-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kaleido', module='kapture-client', version='3.2.19')
)
libraryDependencies += "com.kaleido" % "kapture-client" % "3.2.19"
[com.kaleido/kapture-client "3.2.19"]