GroupId | GroupIdcom.github.hughwick |
---|---|
ArtifactId | ArtifactIdtoolbox-db |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
toolbox-db-2.1.3.pom | |
toolbox-db-2.1.3.jar | 6 KB |
toolbox-db-2.1.3-sources.jar | 3 KB |
toolbox-db-2.1.3-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hughwick/toolbox-db/ -->
<dependency>
<groupId>com.github.hughwick</groupId>
<artifactId>toolbox-db</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-db/
implementation 'com.github.hughwick:toolbox-db:2.1.3'
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-db/
implementation ("com.github.hughwick:toolbox-db:2.1.3")
'com.github.hughwick:toolbox-db:jar:2.1.3'
<dependency org="com.github.hughwick" name="toolbox-db" rev="2.1.3">
<artifact name="toolbox-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hughwick', module='toolbox-db', version='2.1.3')
)
libraryDependencies += "com.github.hughwick" % "toolbox-db" % "2.1.3"
[com.github.hughwick/toolbox-db "2.1.3"]