| Группа | Группаcom.wedeploy |
|---|---|
| Идентификатор | Идентификаторcom.wedeploy.common |
| Версия | Версияbeta-20170331 |
| Тип | Типpom |
<!-- https://jarcasting.com/artifacts/com.wedeploy/com.wedeploy.common/ -->
<dependency>
<groupId>com.wedeploy</groupId>
<artifactId>com.wedeploy.common</artifactId>
<version>beta-20170331</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wedeploy/com.wedeploy.common/
implementation 'com.wedeploy:com.wedeploy.common:beta-20170331'
// https://jarcasting.com/artifacts/com.wedeploy/com.wedeploy.common/
implementation ("com.wedeploy:com.wedeploy.common:beta-20170331")
'com.wedeploy:com.wedeploy.common:pom:beta-20170331'
<dependency org="com.wedeploy" name="com.wedeploy.common" rev="beta-20170331">
<artifact name="com.wedeploy.common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wedeploy', module='com.wedeploy.common', version='beta-20170331')
)
libraryDependencies += "com.wedeploy" % "com.wedeploy.common" % "beta-20170331"
[com.wedeploy/com.wedeploy.common "beta-20170331"]