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