| GroupId | GroupIdorg.gvnix | 
    
|---|---|
| ArtifactId | ArtifactIdorg.gvnix.support | 
    
| Version | Version1.4.0.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.gvnix/org.gvnix.support/ -->
<dependency>
    <groupId>org.gvnix</groupId>
    <artifactId>org.gvnix.support</artifactId>
    <version>1.4.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.gvnix/org.gvnix.support/
implementation 'org.gvnix:org.gvnix.support:1.4.0.RELEASE'
                // https://jarcasting.com/artifacts/org.gvnix/org.gvnix.support/
implementation ("org.gvnix:org.gvnix.support:1.4.0.RELEASE")
                'org.gvnix:org.gvnix.support:jar:1.4.0.RELEASE'
                <dependency org="org.gvnix" name="org.gvnix.support" rev="1.4.0.RELEASE">
  <artifact name="org.gvnix.support" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.gvnix', module='org.gvnix.support', version='1.4.0.RELEASE')
)
                libraryDependencies += "org.gvnix" % "org.gvnix.support" % "1.4.0.RELEASE"
                [org.gvnix/org.gvnix.support "1.4.0.RELEASE"]