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