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