GroupId | GroupIdcom.github.upers |
---|---|
ArtifactId | ArtifactIdBetexDAO |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
BetexDAO-1.0.3.pom | |
BetexDAO-1.0.3.jar | 435 KB |
BetexDAO-1.0.3-sources.jar | 171 KB |
BetexDAO-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.upers/BetexDAO/
implementation 'com.github.upers:BetexDAO:1.0.3'
// https://jarcasting.com/artifacts/com.github.upers/BetexDAO/
implementation ("com.github.upers:BetexDAO:1.0.3")
'com.github.upers:BetexDAO:jar:1.0.3'
<dependency org="com.github.upers" name="BetexDAO" rev="1.0.3">
<artifact name="BetexDAO" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.upers', module='BetexDAO', version='1.0.3')
)
libraryDependencies += "com.github.upers" % "BetexDAO" % "1.0.3"
[com.github.upers/BetexDAO "1.0.3"]