GroupId | GroupIdorg.quicktheories |
---|---|
ArtifactId | ArtifactIdquicktheories-parent |
Version | Version0.22 |
Type | Typepom |
Filename | Size |
---|---|
quicktheories-parent-0.22.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.quicktheories/quicktheories-parent/ -->
<dependency>
<groupId>org.quicktheories</groupId>
<artifactId>quicktheories-parent</artifactId>
<version>0.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.quicktheories/quicktheories-parent/
implementation 'org.quicktheories:quicktheories-parent:0.22'
// https://jarcasting.com/artifacts/org.quicktheories/quicktheories-parent/
implementation ("org.quicktheories:quicktheories-parent:0.22")
'org.quicktheories:quicktheories-parent:pom:0.22'
<dependency org="org.quicktheories" name="quicktheories-parent" rev="0.22">
<artifact name="quicktheories-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.quicktheories', module='quicktheories-parent', version='0.22')
)
libraryDependencies += "org.quicktheories" % "quicktheories-parent" % "0.22"
[org.quicktheories/quicktheories-parent "0.22"]