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