Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.burst |
ArtifactId | ArtifactIdburst-parent |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
burst-parent-1.1.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.burst/burst-parent/ -->
<dependency>
<groupId>com.squareup.burst</groupId>
<artifactId>burst-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.burst/burst-parent/
implementation 'com.squareup.burst:burst-parent:1.1.1'
// https://jarcasting.com/artifacts/com.squareup.burst/burst-parent/
implementation ("com.squareup.burst:burst-parent:1.1.1")
'com.squareup.burst:burst-parent:pom:1.1.1'
<dependency org="com.squareup.burst" name="burst-parent" rev="1.1.1">
<artifact name="burst-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.burst', module='burst-parent', version='1.1.1')
)
libraryDependencies += "com.squareup.burst" % "burst-parent" % "1.1.1"
[com.squareup.burst/burst-parent "1.1.1"]