| License |
License |
|---|---|
| GroupId | GroupIdcom.kerbaya |
| ArtifactId | ArtifactIdplugins-parent |
| Last Version | Last Version2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionKerbaya Plugins Parent
Parent to define Maven plugins for Kerbaya artifacts
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| plugins-parent-2.pom | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kerbaya/plugins-parent/ -->
<dependency>
<groupId>com.kerbaya</groupId>
<artifactId>plugins-parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kerbaya/plugins-parent/
implementation 'com.kerbaya:plugins-parent:2'
// https://jarcasting.com/artifacts/com.kerbaya/plugins-parent/
implementation ("com.kerbaya:plugins-parent:2")
'com.kerbaya:plugins-parent:pom:2'
<dependency org="com.kerbaya" name="plugins-parent" rev="2">
<artifact name="plugins-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kerbaya', module='plugins-parent', version='2')
)
libraryDependencies += "com.kerbaya" % "plugins-parent" % "2"
[com.kerbaya/plugins-parent "2"]