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