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