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