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