| GroupId | GroupIdcom.cultureamp |
|---|---|
| ArtifactId | ArtifactIdkestrel |
| Version | Version0.11.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kestrel-0.11.1.pom | |
| kestrel-0.11.1.jar | 251 KB |
| kestrel-0.11.1-sources.jar | 17 KB |
| kestrel-0.11.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cultureamp/kestrel/ -->
<dependency>
<groupId>com.cultureamp</groupId>
<artifactId>kestrel</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cultureamp/kestrel/
implementation 'com.cultureamp:kestrel:0.11.1'
// https://jarcasting.com/artifacts/com.cultureamp/kestrel/
implementation ("com.cultureamp:kestrel:0.11.1")
'com.cultureamp:kestrel:jar:0.11.1'
<dependency org="com.cultureamp" name="kestrel" rev="0.11.1">
<artifact name="kestrel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cultureamp', module='kestrel', version='0.11.1')
)
libraryDependencies += "com.cultureamp" % "kestrel" % "0.11.1"
[com.cultureamp/kestrel "0.11.1"]