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