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