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