GroupId | GroupIdcom.pojosontheweb |
---|---|
ArtifactId | ArtifactIdwoko-webtests-common |
Version | Version2.4-beta2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-webtests-common/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-webtests-common</artifactId>
<version>2.4-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-webtests-common/
implementation 'com.pojosontheweb:woko-webtests-common:2.4-beta2'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-webtests-common/
implementation ("com.pojosontheweb:woko-webtests-common:2.4-beta2")
'com.pojosontheweb:woko-webtests-common:jar:2.4-beta2'
<dependency org="com.pojosontheweb" name="woko-webtests-common" rev="2.4-beta2">
<artifact name="woko-webtests-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-webtests-common', version='2.4-beta2')
)
libraryDependencies += "com.pojosontheweb" % "woko-webtests-common" % "2.4-beta2"
[com.pojosontheweb/woko-webtests-common "2.4-beta2"]