| GroupId | GroupIdcom.github.lyr-2000 |
|---|---|
| ArtifactId | ArtifactIdcommon-web-api |
| Version | Version4.4.4.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-web-api-4.4.4.4.pom | |
| common-web-api-4.4.4.4.jar | 68 KB |
| common-web-api-4.4.4.4-sources.jar | 39 KB |
| common-web-api-4.4.4.4-javadoc.jar | 703 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lyr-2000/common-web-api/ -->
<dependency>
<groupId>com.github.lyr-2000</groupId>
<artifactId>common-web-api</artifactId>
<version>4.4.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lyr-2000/common-web-api/
implementation 'com.github.lyr-2000:common-web-api:4.4.4.4'
// https://jarcasting.com/artifacts/com.github.lyr-2000/common-web-api/
implementation ("com.github.lyr-2000:common-web-api:4.4.4.4")
'com.github.lyr-2000:common-web-api:jar:4.4.4.4'
<dependency org="com.github.lyr-2000" name="common-web-api" rev="4.4.4.4">
<artifact name="common-web-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lyr-2000', module='common-web-api', version='4.4.4.4')
)
libraryDependencies += "com.github.lyr-2000" % "common-web-api" % "4.4.4.4"
[com.github.lyr-2000/common-web-api "4.4.4.4"]