GroupId | GroupIdcom.github.vebqa |
---|---|
ArtifactId | ArtifactIdvebtal-api |
Version | Version0.9.9 |
Type | Typejar |
Filename | Size |
---|---|
vebtal-api-0.9.9.pom | |
vebtal-api-0.9.9.jar | 25 KB |
vebtal-api-0.9.9-sources.jar | 12 KB |
vebtal-api-0.9.9-javadoc.jar | 499 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vebqa/vebtal-api/ -->
<dependency>
<groupId>com.github.vebqa</groupId>
<artifactId>vebtal-api</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vebqa/vebtal-api/
implementation 'com.github.vebqa:vebtal-api:0.9.9'
// https://jarcasting.com/artifacts/com.github.vebqa/vebtal-api/
implementation ("com.github.vebqa:vebtal-api:0.9.9")
'com.github.vebqa:vebtal-api:jar:0.9.9'
<dependency org="com.github.vebqa" name="vebtal-api" rev="0.9.9">
<artifact name="vebtal-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vebqa', module='vebtal-api', version='0.9.9')
)
libraryDependencies += "com.github.vebqa" % "vebtal-api" % "0.9.9"
[com.github.vebqa/vebtal-api "0.9.9"]