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