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