Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.tozny.e3db |
ArtifactId | ArtifactIde3db-client-plain |
Version | Version7.1.3 |
Type | Typejar |
Filename | Size |
---|---|
e3db-client-plain-7.1.3.pom | |
e3db-client-plain-7.1.3.jar | 280 KB |
e3db-client-plain-7.1.3-sources.jar | 93 KB |
e3db-client-plain-7.1.3-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tozny.e3db/e3db-client-plain/ -->
<dependency>
<groupId>com.tozny.e3db</groupId>
<artifactId>e3db-client-plain</artifactId>
<version>7.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tozny.e3db/e3db-client-plain/
implementation 'com.tozny.e3db:e3db-client-plain:7.1.3'
// https://jarcasting.com/artifacts/com.tozny.e3db/e3db-client-plain/
implementation ("com.tozny.e3db:e3db-client-plain:7.1.3")
'com.tozny.e3db:e3db-client-plain:jar:7.1.3'
<dependency org="com.tozny.e3db" name="e3db-client-plain" rev="7.1.3">
<artifact name="e3db-client-plain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tozny.e3db', module='e3db-client-plain', version='7.1.3')
)
libraryDependencies += "com.tozny.e3db" % "e3db-client-plain" % "7.1.3"
[com.tozny.e3db/e3db-client-plain "7.1.3"]