License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.unidal.maven.plugins |
ArtifactId | ArtifactIddefault |
Version | Version2.5.8 |
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.8.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.maven.plugins/default/ -->
<dependency>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>default</artifactId>
<version>2.5.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.maven.plugins/default/
implementation 'org.unidal.maven.plugins:default:2.5.8'
// https://jarcasting.com/artifacts/org.unidal.maven.plugins/default/
implementation ("org.unidal.maven.plugins:default:2.5.8")
'org.unidal.maven.plugins:default:pom:2.5.8'
<dependency org="org.unidal.maven.plugins" name="default" rev="2.5.8">
<artifact name="default" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.unidal.maven.plugins', module='default', version='2.5.8')
)
libraryDependencies += "org.unidal.maven.plugins" % "default" % "2.5.8"
[org.unidal.maven.plugins/default "2.5.8"]