| GroupId | GroupIdcom.shoprunner |
|---|---|
| ArtifactId | ArtifactIdbaleen |
| Version | Version1.10.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| baleen-1.10.4.pom | |
| baleen-1.10.4.jar | 86 KB |
| baleen-1.10.4-sources.jar | 17 KB |
| baleen-1.10.4-javadoc.jar | 146 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.shoprunner/baleen/ -->
<dependency>
<groupId>com.shoprunner</groupId>
<artifactId>baleen</artifactId>
<version>1.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.shoprunner/baleen/
implementation 'com.shoprunner:baleen:1.10.4'
// https://jarcasting.com/artifacts/com.shoprunner/baleen/
implementation ("com.shoprunner:baleen:1.10.4")
'com.shoprunner:baleen:jar:1.10.4'
<dependency org="com.shoprunner" name="baleen" rev="1.10.4">
<artifact name="baleen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shoprunner', module='baleen', version='1.10.4')
)
libraryDependencies += "com.shoprunner" % "baleen" % "1.10.4"
[com.shoprunner/baleen "1.10.4"]