Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.seleniti.ioccommons |
ArtifactId | ArtifactIdioc-commons-gwt-impl |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons-gwt-impl/ -->
<dependency>
<groupId>com.seleniti.ioccommons</groupId>
<artifactId>ioc-commons-gwt-impl</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons-gwt-impl/
implementation 'com.seleniti.ioccommons:ioc-commons-gwt-impl:1.0.0'
// https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons-gwt-impl/
implementation ("com.seleniti.ioccommons:ioc-commons-gwt-impl:1.0.0")
'com.seleniti.ioccommons:ioc-commons-gwt-impl:jar:1.0.0'
<dependency org="com.seleniti.ioccommons" name="ioc-commons-gwt-impl" rev="1.0.0">
<artifact name="ioc-commons-gwt-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleniti.ioccommons', module='ioc-commons-gwt-impl', version='1.0.0')
)
libraryDependencies += "com.seleniti.ioccommons" % "ioc-commons-gwt-impl" % "1.0.0"
[com.seleniti.ioccommons/ioc-commons-gwt-impl "1.0.0"]