| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection Logging |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторcommons-logging |
| Версия | Версия1.1.1.9-jre16 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commons-logging-1.1.1.9-jre16.pom | |
| commons-logging-1.1.1.9-jre16.jar | 64 KB |
| commons-logging-1.1.1.9-jre16-sources.jar | 74 KB |
| commons-logging-1.1.1.9-jre16-javadoc.jar | 104 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-logging/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1.9-jre16</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-logging/
implementation 'com.guicedee.services:commons-logging:1.1.1.9-jre16'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-logging/
implementation ("com.guicedee.services:commons-logging:1.1.1.9-jre16")
'com.guicedee.services:commons-logging:jar:1.1.1.9-jre16'
<dependency org="com.guicedee.services" name="commons-logging" rev="1.1.1.9-jre16">
<artifact name="commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-logging', version='1.1.1.9-jre16')
)
libraryDependencies += "com.guicedee.services" % "commons-logging" % "1.1.1.9-jre16"
[com.guicedee.services/commons-logging "1.1.1.9-jre16"]