| Группа | Группаcom.vmlens |
|---|---|
| Идентификатор | Идентификаторvmlens |
| Версия | Версия1.0.15 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| vmlens-1.0.15.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vmlens/vmlens/ -->
<dependency>
<groupId>com.vmlens</groupId>
<artifactId>vmlens</artifactId>
<version>1.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vmlens/vmlens/
implementation 'com.vmlens:vmlens:1.0.15'
// https://jarcasting.com/artifacts/com.vmlens/vmlens/
implementation ("com.vmlens:vmlens:1.0.15")
'com.vmlens:vmlens:pom:1.0.15'
<dependency org="com.vmlens" name="vmlens" rev="1.0.15">
<artifact name="vmlens" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vmlens', module='vmlens', version='1.0.15')
)
libraryDependencies += "com.vmlens" % "vmlens" % "1.0.15"
[com.vmlens/vmlens "1.0.15"]