Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.kaching.platform |
ArtifactId | ArtifactIdkawala-testing |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
kawala-testing-0.1.5.pom | |
kawala-testing-0.1.5.jar | 78 KB |
kawala-testing-0.1.5-sources.jar | 34 KB |
kawala-testing-0.1.5-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kaching.platform/kawala-testing/ -->
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-testing</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.kaching.platform/kawala-testing/
implementation 'com.kaching.platform:kawala-testing:0.1.5'
// https://jarcasting.com/artifacts/com.kaching.platform/kawala-testing/
implementation ("com.kaching.platform:kawala-testing:0.1.5")
'com.kaching.platform:kawala-testing:jar:0.1.5'
<dependency org="com.kaching.platform" name="kawala-testing" rev="0.1.5">
<artifact name="kawala-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kaching.platform', module='kawala-testing', version='0.1.5')
)
libraryDependencies += "com.kaching.platform" % "kawala-testing" % "0.1.5"
[com.kaching.platform/kawala-testing "0.1.5"]