| GroupId | GroupIdcom.github.rebue.common-pom |
|---|---|
| ArtifactId | ArtifactIdcommon-import |
| Version | Version1.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| common-import-1.0.7.pom | 4 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.0.7</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.0.7'
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-import/
implementation ("com.github.rebue.common-pom:common-import:1.0.7")
'com.github.rebue.common-pom:common-import:pom:1.0.7'
<dependency org="com.github.rebue.common-pom" name="common-import" rev="1.0.7">
<artifact name="common-import" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.common-pom', module='common-import', version='1.0.7')
)
libraryDependencies += "com.github.rebue.common-pom" % "common-import" % "1.0.7"
[com.github.rebue.common-pom/common-import "1.0.7"]