| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rebue.common-pom |
| ArtifactId | ArtifactIdrebue-import |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionrebue-import
rebue的几个工具库的依赖导入
|
| Filename | Size |
|---|---|
| rebue-import-1.1.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rebue.common-pom/rebue-import/ -->
<dependency>
<groupId>com.github.rebue.common-pom</groupId>
<artifactId>rebue-import</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/rebue-import/
implementation 'com.github.rebue.common-pom:rebue-import:1.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/rebue-import/
implementation ("com.github.rebue.common-pom:rebue-import:1.1.0")
'com.github.rebue.common-pom:rebue-import:pom:1.1.0'
<dependency org="com.github.rebue.common-pom" name="rebue-import" rev="1.1.0">
<artifact name="rebue-import" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.common-pom', module='rebue-import', version='1.1.0')
)
libraryDependencies += "com.github.rebue.common-pom" % "rebue-import" % "1.1.0"
[com.github.rebue.common-pom/rebue-import "1.1.0"]