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