| License | License | 
|---|---|
| Categories | CategoriesIntelliJ IDEA Development Tools IDE | 
| GroupId | GroupIdcom.github.adedayo.intellij.sdk | 
| ArtifactId | ArtifactIdtestFramework | 
| Last Version | Last Version142.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptiontestFramework A packaging of the IntelliJ Community Edition testFramework library.
    This is release number 1 of trunk branch 142. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| testFramework-142.1.pom | |
| testFramework-142.1.jar | 603 KB | 
| testFramework-142.1-sources.jar | 241 KB | 
| testFramework-142.1-javadoc.jar | 939 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/testFramework/ -->
<dependency>
    <groupId>com.github.adedayo.intellij.sdk</groupId>
    <artifactId>testFramework</artifactId>
    <version>142.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/testFramework/
implementation 'com.github.adedayo.intellij.sdk:testFramework:142.1'// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/testFramework/
implementation ("com.github.adedayo.intellij.sdk:testFramework:142.1")'com.github.adedayo.intellij.sdk:testFramework:jar:142.1'<dependency org="com.github.adedayo.intellij.sdk" name="testFramework" rev="142.1">
  <artifact name="testFramework" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.adedayo.intellij.sdk', module='testFramework', version='142.1')
)libraryDependencies += "com.github.adedayo.intellij.sdk" % "testFramework" % "142.1"[com.github.adedayo.intellij.sdk/testFramework "142.1"]