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