| Категории |
КатегорииJavaScript Языки программирования |
|---|---|
| Группа | Группаcom.brienwheeler.web.js |
| Идентификатор | Идентификаторpom-js |
| Версия | Версия1.03-RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| pom-js-1.03-RELEASE.pom | 599 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.brienwheeler.web.js/pom-js/ -->
<dependency>
<groupId>com.brienwheeler.web.js</groupId>
<artifactId>pom-js</artifactId>
<version>1.03-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.web.js/pom-js/
implementation 'com.brienwheeler.web.js:pom-js:1.03-RELEASE'
// https://jarcasting.com/artifacts/com.brienwheeler.web.js/pom-js/
implementation ("com.brienwheeler.web.js:pom-js:1.03-RELEASE")
'com.brienwheeler.web.js:pom-js:pom:1.03-RELEASE'
<dependency org="com.brienwheeler.web.js" name="pom-js" rev="1.03-RELEASE">
<artifact name="pom-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.web.js', module='pom-js', version='1.03-RELEASE')
)
libraryDependencies += "com.brienwheeler.web.js" % "pom-js" % "1.03-RELEASE"
[com.brienwheeler.web.js/pom-js "1.03-RELEASE"]