License |
License |
---|---|
GroupId | GroupIdcom.github.rebue.common-pom |
ArtifactId | ArtifactIdcommon-import |
Version | Version1.1.0 |
Type | Typepom |
Description |
Descriptioncommon-import
常用包的依赖导入,供common-dependencies和sb-dependencies共用
|
Filename | Size |
---|---|
common-import-1.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-import/ -->
<dependency>
<groupId>com.github.rebue.common-pom</groupId>
<artifactId>common-import</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-import/
implementation 'com.github.rebue.common-pom:common-import:1.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-import/
implementation ("com.github.rebue.common-pom:common-import:1.1.0")
'com.github.rebue.common-pom:common-import:pom:1.1.0'
<dependency org="com.github.rebue.common-pom" name="common-import" rev="1.1.0">
<artifact name="common-import" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.common-pom', module='common-import', version='1.1.0')
)
libraryDependencies += "com.github.rebue.common-pom" % "common-import" % "1.1.0"
[com.github.rebue.common-pom/common-import "1.1.0"]