| GroupId | GroupIdorg.gvnix |
|---|---|
| ArtifactId | ArtifactIdorg.gvnix.support |
| Version | Version1.5.1.RC3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| org.gvnix.support-1.5.1.RC3.pom | |
| org.gvnix.support-1.5.1.RC3.jar | 31 KB |
| org.gvnix.support-1.5.1.RC3-sources.jar | 25 KB |
| org.gvnix.support-1.5.1.RC3-javadoc.jar | 105 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gvnix/org.gvnix.support/ -->
<dependency>
<groupId>org.gvnix</groupId>
<artifactId>org.gvnix.support</artifactId>
<version>1.5.1.RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gvnix/org.gvnix.support/
implementation 'org.gvnix:org.gvnix.support:1.5.1.RC3'
// https://jarcasting.com/artifacts/org.gvnix/org.gvnix.support/
implementation ("org.gvnix:org.gvnix.support:1.5.1.RC3")
'org.gvnix:org.gvnix.support:jar:1.5.1.RC3'
<dependency org="org.gvnix" name="org.gvnix.support" rev="1.5.1.RC3">
<artifact name="org.gvnix.support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gvnix', module='org.gvnix.support', version='1.5.1.RC3')
)
libraryDependencies += "org.gvnix" % "org.gvnix.support" % "1.5.1.RC3"
[org.gvnix/org.gvnix.support "1.5.1.RC3"]