is not current version
Last Version 1.2.0

com.squareup.burst:burst-parent 1.0.1

Burst is a unit testing library for varying test data.

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.burst
ArtifactId

ArtifactId

burst-parent
Version

Version

1.0.1
Type

Type

pom

Download burst-parent 1.0.1

Filename Size
burst-parent-1.0.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.squareup.burst/burst-parent/ -->
<dependency>
    <groupId>com.squareup.burst</groupId>
    <artifactId>burst-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.burst/burst-parent/
implementation 'com.squareup.burst:burst-parent:1.0.1'
// https://jarcasting.com/artifacts/com.squareup.burst/burst-parent/
implementation ("com.squareup.burst:burst-parent:1.0.1")
'com.squareup.burst:burst-parent:pom:1.0.1'
<dependency org="com.squareup.burst" name="burst-parent" rev="1.0.1">
  <artifact name="burst-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.burst', module='burst-parent', version='1.0.1')
)
libraryDependencies += "com.squareup.burst" % "burst-parent" % "1.0.1"
[com.squareup.burst/burst-parent "1.0.1"]