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