License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.bluestemsoftware.open.maven.plugin |
ArtifactId | ArtifactIdmaven-plugin |
Last Version | Last Version2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmaven-plugin
|
Project URL |
Project URL |
Project Organization |
Project OrganizationBluestem Software LLC |
Filename | Size |
---|---|
maven-plugin-2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bluestemsoftware.open.maven.plugin/maven-plugin/ -->
<dependency>
<groupId>org.bluestemsoftware.open.maven.plugin</groupId>
<artifactId>maven-plugin</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bluestemsoftware.open.maven.plugin/maven-plugin/
implementation 'org.bluestemsoftware.open.maven.plugin:maven-plugin:2'
// https://jarcasting.com/artifacts/org.bluestemsoftware.open.maven.plugin/maven-plugin/
implementation ("org.bluestemsoftware.open.maven.plugin:maven-plugin:2")
'org.bluestemsoftware.open.maven.plugin:maven-plugin:pom:2'
<dependency org="org.bluestemsoftware.open.maven.plugin" name="maven-plugin" rev="2">
<artifact name="maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bluestemsoftware.open.maven.plugin', module='maven-plugin', version='2')
)
libraryDependencies += "org.bluestemsoftware.open.maven.plugin" % "maven-plugin" % "2"
[org.bluestemsoftware.open.maven.plugin/maven-plugin "2"]