| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages Net | 
        
| GroupId | GroupIdnet.oddpoet | 
    
| ArtifactId | ArtifactIdkotlin-expect | 
    
| Last Version | Last Version1.3.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionkotlin-expect 
            rspec style assertion library for kotlin test 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| kotlin-expect-1.3.1.pom | |
| kotlin-expect-1.3.1.jar | 98 KB | 
| kotlin-expect-1.3.1-sources.jar | 7 KB | 
| kotlin-expect-1.3.1-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.oddpoet/kotlin-expect/ -->
<dependency>
    <groupId>net.oddpoet</groupId>
    <artifactId>kotlin-expect</artifactId>
    <version>1.3.1</version>
</dependency>
                // https://jarcasting.com/artifacts/net.oddpoet/kotlin-expect/
implementation 'net.oddpoet:kotlin-expect:1.3.1'
                // https://jarcasting.com/artifacts/net.oddpoet/kotlin-expect/
implementation ("net.oddpoet:kotlin-expect:1.3.1")
                'net.oddpoet:kotlin-expect:jar:1.3.1'
                <dependency org="net.oddpoet" name="kotlin-expect" rev="1.3.1">
  <artifact name="kotlin-expect" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.oddpoet', module='kotlin-expect', version='1.3.1')
)
                libraryDependencies += "net.oddpoet" % "kotlin-expect" % "1.3.1"
                [net.oddpoet/kotlin-expect "1.3.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.35 |