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