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