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