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