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