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