GroupId | GroupIdcom.github.oboehm |
---|---|
ArtifactId | ArtifactIdgdv-xport |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
gdv-xport-2.1.1.pom | |
gdv-xport-2.1.1.jar | 685 KB |
gdv-xport-2.1.1-uberjar.jar | 1 MB |
gdv-xport-2.1.1-sources.jar | 673 KB |
gdv-xport-2.1.1-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>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oboehm/gdv-xport/
implementation 'com.github.oboehm:gdv-xport:2.1.1'
// https://jarcasting.com/artifacts/com.github.oboehm/gdv-xport/
implementation ("com.github.oboehm:gdv-xport:2.1.1")
'com.github.oboehm:gdv-xport:jar:2.1.1'
<dependency org="com.github.oboehm" name="gdv-xport" rev="2.1.1">
<artifact name="gdv-xport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oboehm', module='gdv-xport', version='2.1.1')
)
libraryDependencies += "com.github.oboehm" % "gdv-xport" % "2.1.1"
[com.github.oboehm/gdv-xport "2.1.1"]