| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdonline.qiqiang |
| ArtifactId | ArtifactIdforest-maven-plugin |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description让开发者快速开发的框架
|
| Filename | Size |
|---|---|
| forest-maven-plugin-1.0.0.pom | |
| forest-maven-plugin-1.0.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/online.qiqiang/forest-maven-plugin/ -->
<dependency>
<groupId>online.qiqiang</groupId>
<artifactId>forest-maven-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/online.qiqiang/forest-maven-plugin/
implementation 'online.qiqiang:forest-maven-plugin:1.0.0'
// https://jarcasting.com/artifacts/online.qiqiang/forest-maven-plugin/
implementation ("online.qiqiang:forest-maven-plugin:1.0.0")
'online.qiqiang:forest-maven-plugin:jar:1.0.0'
<dependency org="online.qiqiang" name="forest-maven-plugin" rev="1.0.0">
<artifact name="forest-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='online.qiqiang', module='forest-maven-plugin', version='1.0.0')
)
libraryDependencies += "online.qiqiang" % "forest-maven-plugin" % "1.0.0"
[online.qiqiang/forest-maven-plugin "1.0.0"]