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