GroupId | GroupIdcom.github.oboehm |
---|---|
ArtifactId | ArtifactIdgdv-xport |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
gdv-xport-0.9.2.pom | |
gdv-xport-0.9.2.jar | 2 MB |
gdv-xport-0.9.2-sources.jar | 299 KB |
gdv-xport-0.9.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oboehm/gdv-xport/ -->
<dependency>
<groupId>com.github.oboehm</groupId>
<artifactId>gdv-xport</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oboehm/gdv-xport/
implementation 'com.github.oboehm:gdv-xport:0.9.2'
// https://jarcasting.com/artifacts/com.github.oboehm/gdv-xport/
implementation ("com.github.oboehm:gdv-xport:0.9.2")
'com.github.oboehm:gdv-xport:jar:0.9.2'
<dependency org="com.github.oboehm" name="gdv-xport" rev="0.9.2">
<artifact name="gdv-xport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oboehm', module='gdv-xport', version='0.9.2')
)
libraryDependencies += "com.github.oboehm" % "gdv-xport" % "0.9.2"
[com.github.oboehm/gdv-xport "0.9.2"]