| GroupId | GroupIdcom.github.lyr-2000 |
|---|---|
| ArtifactId | ArtifactIdcommon-web-api |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-web-api-2.0.pom | |
| common-web-api-2.0.jar | 57 KB |
| common-web-api-2.0-sources.jar | 30 KB |
| common-web-api-2.0-javadoc.jar | 281 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>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lyr-2000/common-web-api/
implementation 'com.github.lyr-2000:common-web-api:2.0'
// https://jarcasting.com/artifacts/com.github.lyr-2000/common-web-api/
implementation ("com.github.lyr-2000:common-web-api:2.0")
'com.github.lyr-2000:common-web-api:jar:2.0'
<dependency org="com.github.lyr-2000" name="common-web-api" rev="2.0">
<artifact name="common-web-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lyr-2000', module='common-web-api', version='2.0')
)
libraryDependencies += "com.github.lyr-2000" % "common-web-api" % "2.0"
[com.github.lyr-2000/common-web-api "2.0"]