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