License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.thesett |
ArtifactId | ArtifactIdmaven2-plugins |
Last Version | Last Version0.8.22 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmaven2-plugins
Build pom for custom maven plugins.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven2-plugins-0.8.22.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/maven2-plugins/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>maven2-plugins</artifactId>
<version>0.8.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/maven2-plugins/
implementation 'com.thesett:maven2-plugins:0.8.22'
// https://jarcasting.com/artifacts/com.thesett/maven2-plugins/
implementation ("com.thesett:maven2-plugins:0.8.22")
'com.thesett:maven2-plugins:pom:0.8.22'
<dependency org="com.thesett" name="maven2-plugins" rev="0.8.22">
<artifact name="maven2-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='maven2-plugins', version='0.8.22')
)
libraryDependencies += "com.thesett" % "maven2-plugins" % "0.8.22"
[com.thesett/maven2-plugins "0.8.22"]