License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.unidal.maven.plugins |
ArtifactId | ArtifactIddefault |
Last Version | Last Version2.5.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMaven Plugins
Unidal Maven Plugins
|
Project URL |
Project URL |
Project Organization |
Project OrganizationUnidal Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
default-2.5.9.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.maven.plugins/default/ -->
<dependency>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>default</artifactId>
<version>2.5.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.maven.plugins/default/
implementation 'org.unidal.maven.plugins:default:2.5.9'
// https://jarcasting.com/artifacts/org.unidal.maven.plugins/default/
implementation ("org.unidal.maven.plugins:default:2.5.9")
'org.unidal.maven.plugins:default:pom:2.5.9'
<dependency org="org.unidal.maven.plugins" name="default" rev="2.5.9">
<artifact name="default" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.unidal.maven.plugins', module='default', version='2.5.9')
)
libraryDependencies += "org.unidal.maven.plugins" % "default" % "2.5.9"
[org.unidal.maven.plugins/default "2.5.9"]