| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools Github Development Tools Version Controls |
| GroupId | GroupIdcom.github.praxissoftware.maven.plugins |
| ArtifactId | ArtifactIdcom.github.praxissoftware.maven.plugins |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionPraxis Software - Maven Plugins
This reactor builds maven plugins that extend Maven's functionality.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| com.github.praxissoftware.maven.plugins-1.1.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.praxissoftware.maven.plugins/com.github.praxissoftware.maven.plugins/ -->
<dependency>
<groupId>com.github.praxissoftware.maven.plugins</groupId>
<artifactId>com.github.praxissoftware.maven.plugins</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.praxissoftware.maven.plugins/com.github.praxissoftware.maven.plugins/
implementation 'com.github.praxissoftware.maven.plugins:com.github.praxissoftware.maven.plugins:1.1.0'
// https://jarcasting.com/artifacts/com.github.praxissoftware.maven.plugins/com.github.praxissoftware.maven.plugins/
implementation ("com.github.praxissoftware.maven.plugins:com.github.praxissoftware.maven.plugins:1.1.0")
'com.github.praxissoftware.maven.plugins:com.github.praxissoftware.maven.plugins:pom:1.1.0'
<dependency org="com.github.praxissoftware.maven.plugins" name="com.github.praxissoftware.maven.plugins" rev="1.1.0">
<artifact name="com.github.praxissoftware.maven.plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.praxissoftware.maven.plugins', module='com.github.praxissoftware.maven.plugins', version='1.1.0')
)
libraryDependencies += "com.github.praxissoftware.maven.plugins" % "com.github.praxissoftware.maven.plugins" % "1.1.0"
[com.github.praxissoftware.maven.plugins "1.1.0"]