| License |
License |
|---|---|
| Categories |
CategoriesIntelliJ IDEA Development Tools IDE Maven Build Tools |
| GroupId | GroupIdde.plushnikov.intellij |
| ArtifactId | ArtifactIdintellij-maven-plugin-importer |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionIntelliJ IDEA maven-plugin-importer plugin
IntelliJ IDEA plugin for importing of maven based intellij plugin modules
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMichail Plushnikov |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.plushnikov.intellij/intellij-maven-plugin-importer/ -->
<dependency>
<groupId>de.plushnikov.intellij</groupId>
<artifactId>intellij-maven-plugin-importer</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.plushnikov.intellij/intellij-maven-plugin-importer/
implementation 'de.plushnikov.intellij:intellij-maven-plugin-importer:0.1'
// https://jarcasting.com/artifacts/de.plushnikov.intellij/intellij-maven-plugin-importer/
implementation ("de.plushnikov.intellij:intellij-maven-plugin-importer:0.1")
'de.plushnikov.intellij:intellij-maven-plugin-importer:jar:0.1'
<dependency org="de.plushnikov.intellij" name="intellij-maven-plugin-importer" rev="0.1">
<artifact name="intellij-maven-plugin-importer" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.plushnikov.intellij', module='intellij-maven-plugin-importer', version='0.1')
)
libraryDependencies += "de.plushnikov.intellij" % "intellij-maven-plugin-importer" % "0.1"
[de.plushnikov.intellij/intellij-maven-plugin-importer "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.idea » idea-openapi | pom | 11.1.2 |
| org.jetbrains.idea » annotations | jar | 11.1.2 |
| org.jetbrains.idea » devkit | jar | 11.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.idea » maven | jar | 11.1.2 |