Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.gitlab.bigyantest |
ArtifactId | ArtifactIdKTest |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
KTest-1.3.1.pom | |
KTest-1.3.1.jar | 3 KB |
KTest-1.3.1-sources.jar | 3 KB |
KTest-1.3.1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.bigyantest/KTest/ -->
<dependency>
<groupId>com.gitlab.bigyantest</groupId>
<artifactId>KTest</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.bigyantest/KTest/
implementation 'com.gitlab.bigyantest:KTest:1.3.1'
// https://jarcasting.com/artifacts/com.gitlab.bigyantest/KTest/
implementation ("com.gitlab.bigyantest:KTest:1.3.1")
'com.gitlab.bigyantest:KTest:jar:1.3.1'
<dependency org="com.gitlab.bigyantest" name="KTest" rev="1.3.1">
<artifact name="KTest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.bigyantest', module='KTest', version='1.3.1')
)
libraryDependencies += "com.gitlab.bigyantest" % "KTest" % "1.3.1"
[com.gitlab.bigyantest/KTest "1.3.1"]