Categories |
CategoriesIDE Development Tools IntelliJ IDEA Maven Build Tools |
---|---|
GroupId | GroupIdmaven |
ArtifactId | ArtifactIdmaven-idea-plugin |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven IDEA Plugin
IDEA Plugin for Maven.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-idea-plugin-1.7.pom | |
maven-idea-plugin-1.7.jar | 26 KB |
maven-idea-plugin-1.7-sources.jar | 350 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/maven/maven-idea-plugin/ -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-idea-plugin</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-idea-plugin/
implementation 'maven:maven-idea-plugin:1.7'
// https://jarcasting.com/artifacts/maven/maven-idea-plugin/
implementation ("maven:maven-idea-plugin:1.7")
'maven:maven-idea-plugin:jar:1.7'
<dependency org="maven" name="maven-idea-plugin" rev="1.7">
<artifact name="maven-idea-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-idea-plugin', version='1.7')
)
libraryDependencies += "maven" % "maven-idea-plugin" % "1.7"
[maven/maven-idea-plugin "1.7"]