Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.lodsve |
ArtifactId | ArtifactIdlodsve-maven-plugins |
Version | Version1.0.1-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
lodsve-maven-plugins-1.0.1-RELEASE.pom | 717 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.lodsve/lodsve-maven-plugins/ -->
<dependency>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-maven-plugins</artifactId>
<version>1.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lodsve/lodsve-maven-plugins/
implementation 'com.lodsve:lodsve-maven-plugins:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.lodsve/lodsve-maven-plugins/
implementation ("com.lodsve:lodsve-maven-plugins:1.0.1-RELEASE")
'com.lodsve:lodsve-maven-plugins:pom:1.0.1-RELEASE'
<dependency org="com.lodsve" name="lodsve-maven-plugins" rev="1.0.1-RELEASE">
<artifact name="lodsve-maven-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lodsve', module='lodsve-maven-plugins', version='1.0.1-RELEASE')
)
libraryDependencies += "com.lodsve" % "lodsve-maven-plugins" % "1.0.1-RELEASE"
[com.lodsve/lodsve-maven-plugins "1.0.1-RELEASE"]