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