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