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