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