is not current version
Last Version 2.0.0.M1

org.gvnix:org.gvnix.support 1.4.1.RELEASE

Provides common support code for gvNIX modules.

GroupId

GroupId

org.gvnix
ArtifactId

ArtifactId

org.gvnix.support
Version

Version

1.4.1.RELEASE
Type

Type

jar

Download org.gvnix.support 1.4.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.gvnix/org.gvnix.support/ -->
<dependency>
    <groupId>org.gvnix</groupId>
    <artifactId>org.gvnix.support</artifactId>
    <version>1.4.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.gvnix/org.gvnix.support/
implementation 'org.gvnix:org.gvnix.support:1.4.1.RELEASE'
// https://jarcasting.com/artifacts/org.gvnix/org.gvnix.support/
implementation ("org.gvnix:org.gvnix.support:1.4.1.RELEASE")
'org.gvnix:org.gvnix.support:jar:1.4.1.RELEASE'
<dependency org="org.gvnix" name="org.gvnix.support" rev="1.4.1.RELEASE">
  <artifact name="org.gvnix.support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gvnix', module='org.gvnix.support', version='1.4.1.RELEASE')
)
libraryDependencies += "org.gvnix" % "org.gvnix.support" % "1.4.1.RELEASE"
[org.gvnix/org.gvnix.support "1.4.1.RELEASE"]