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