Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdcommons-beanutils |
Version | Version1.1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-beanutils-1.1.1.2.pom | |
commons-beanutils-1.1.1.2.jar | 244 KB |
commons-beanutils-1.1.1.2-sources.jar | 305 KB |
commons-beanutils-1.1.1.2-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-beanutils/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-beanutils/
implementation 'com.guicedee.services:commons-beanutils:1.1.1.2'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-beanutils/
implementation ("com.guicedee.services:commons-beanutils:1.1.1.2")
'com.guicedee.services:commons-beanutils:jar:1.1.1.2'
<dependency org="com.guicedee.services" name="commons-beanutils" rev="1.1.1.2">
<artifact name="commons-beanutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-beanutils', version='1.1.1.2')
)
libraryDependencies += "com.guicedee.services" % "commons-beanutils" % "1.1.1.2"
[com.guicedee.services/commons-beanutils "1.1.1.2"]