GroupId | GroupIdcom.theoryinpractise |
---|---|
ArtifactId | ArtifactIdquickcheckng |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
quickcheckng-1.1.3.pom | |
quickcheckng-1.1.3.jar | 18 KB |
quickcheckng-1.1.3-sources.jar | 7 KB |
quickcheckng-1.1.3-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.theoryinpractise/quickcheckng/ -->
<dependency>
<groupId>com.theoryinpractise</groupId>
<artifactId>quickcheckng</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.theoryinpractise/quickcheckng/
implementation 'com.theoryinpractise:quickcheckng:1.1.3'
// https://jarcasting.com/artifacts/com.theoryinpractise/quickcheckng/
implementation ("com.theoryinpractise:quickcheckng:1.1.3")
'com.theoryinpractise:quickcheckng:jar:1.1.3'
<dependency org="com.theoryinpractise" name="quickcheckng" rev="1.1.3">
<artifact name="quickcheckng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theoryinpractise', module='quickcheckng', version='1.1.3')
)
libraryDependencies += "com.theoryinpractise" % "quickcheckng" % "1.1.3"
[com.theoryinpractise/quickcheckng "1.1.3"]