Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.byclosure.webcat |
ArtifactId | ArtifactIdwebcat-testing-platform |
Version | Version0.0.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.byclosure.webcat/webcat-testing-platform/ -->
<dependency>
<groupId>com.byclosure.webcat</groupId>
<artifactId>webcat-testing-platform</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.byclosure.webcat/webcat-testing-platform/
implementation 'com.byclosure.webcat:webcat-testing-platform:0.0.12'
// https://jarcasting.com/artifacts/com.byclosure.webcat/webcat-testing-platform/
implementation ("com.byclosure.webcat:webcat-testing-platform:0.0.12")
'com.byclosure.webcat:webcat-testing-platform:jar:0.0.12'
<dependency org="com.byclosure.webcat" name="webcat-testing-platform" rev="0.0.12">
<artifact name="webcat-testing-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.byclosure.webcat', module='webcat-testing-platform', version='0.0.12')
)
libraryDependencies += "com.byclosure.webcat" % "webcat-testing-platform" % "0.0.12"
[com.byclosure.webcat/webcat-testing-platform "0.0.12"]