| GroupId | GroupIdcom.oberasoftware |
|---|---|
| ArtifactId | ArtifactIdjasdb_transwriter |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jasdb_transwriter-1.0.pom | |
| jasdb_transwriter-1.0.jar | 17 KB |
| jasdb_transwriter-1.0-sources.jar | 10 KB |
| jasdb_transwriter-1.0-javadoc.jar | 82 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oberasoftware/jasdb_transwriter/ -->
<dependency>
<groupId>com.oberasoftware</groupId>
<artifactId>jasdb_transwriter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oberasoftware/jasdb_transwriter/
implementation 'com.oberasoftware:jasdb_transwriter:1.0'
// https://jarcasting.com/artifacts/com.oberasoftware/jasdb_transwriter/
implementation ("com.oberasoftware:jasdb_transwriter:1.0")
'com.oberasoftware:jasdb_transwriter:jar:1.0'
<dependency org="com.oberasoftware" name="jasdb_transwriter" rev="1.0">
<artifact name="jasdb_transwriter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oberasoftware', module='jasdb_transwriter', version='1.0')
)
libraryDependencies += "com.oberasoftware" % "jasdb_transwriter" % "1.0"
[com.oberasoftware/jasdb_transwriter "1.0"]