| GroupId | GroupIdcom.github.pavandv9 |
|---|---|
| ArtifactId | ArtifactIdcore-api |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-api-1.1.0.pom | |
| core-api-1.1.0.jar | 53 KB |
| core-api-1.1.0-sources.jar | 25 KB |
| core-api-1.1.0-javadoc.jar | 294 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pavandv9/core-api/ -->
<dependency>
<groupId>com.github.pavandv9</groupId>
<artifactId>core-api</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavandv9/core-api/
implementation 'com.github.pavandv9:core-api:1.1.0'
// https://jarcasting.com/artifacts/com.github.pavandv9/core-api/
implementation ("com.github.pavandv9:core-api:1.1.0")
'com.github.pavandv9:core-api:jar:1.1.0'
<dependency org="com.github.pavandv9" name="core-api" rev="1.1.0">
<artifact name="core-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavandv9', module='core-api', version='1.1.0')
)
libraryDependencies += "com.github.pavandv9" % "core-api" % "1.1.0"
[com.github.pavandv9/core-api "1.1.0"]