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