| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesAnt Build Tools | 
        
| GroupId | GroupIdcom.gitlab.bigyantest | 
    
| ArtifactId | ArtifactIdKTest | 
    
| Last Version | Last Version1.3.10 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionKTest 
            Sample Arithmatic test library 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| KTest-1.3.10.pom | |
| KTest-1.3.10.jar | 3 KB | 
| KTest-1.3.10-sources.jar | 3 KB | 
| KTest-1.3.10-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.10</version>
</dependency>
                // https://jarcasting.com/artifacts/com.gitlab.bigyantest/KTest/
implementation 'com.gitlab.bigyantest:KTest:1.3.10'
                // https://jarcasting.com/artifacts/com.gitlab.bigyantest/KTest/
implementation ("com.gitlab.bigyantest:KTest:1.3.10")
                'com.gitlab.bigyantest:KTest:jar:1.3.10'
                <dependency org="com.gitlab.bigyantest" name="KTest" rev="1.3.10">
  <artifact name="KTest" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.gitlab.bigyantest', module='KTest', version='1.3.10')
)
                libraryDependencies += "com.gitlab.bigyantest" % "KTest" % "1.3.10"
                [com.gitlab.bigyantest/KTest "1.3.10"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |