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