GroupId | GroupIdcom.github.upers |
---|---|
ArtifactId | ArtifactIdBetexDAO |
Version | Version1.1.13 |
Type | Typejar |
Filename | Size |
---|---|
BetexDAO-1.1.13.pom | |
BetexDAO-1.1.13.jar | 445 KB |
BetexDAO-1.1.13-sources.jar | 175 KB |
BetexDAO-1.1.13-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.upers/BetexDAO/ -->
<dependency>
<groupId>com.github.upers</groupId>
<artifactId>BetexDAO</artifactId>
<version>1.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.upers/BetexDAO/
implementation 'com.github.upers:BetexDAO:1.1.13'
// https://jarcasting.com/artifacts/com.github.upers/BetexDAO/
implementation ("com.github.upers:BetexDAO:1.1.13")
'com.github.upers:BetexDAO:jar:1.1.13'
<dependency org="com.github.upers" name="BetexDAO" rev="1.1.13">
<artifact name="BetexDAO" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.upers', module='BetexDAO', version='1.1.13')
)
libraryDependencies += "com.github.upers" % "BetexDAO" % "1.1.13"
[com.github.upers/BetexDAO "1.1.13"]