GroupId | GroupIdcom.google.endpoints |
---|---|
ArtifactId | ArtifactIdendpoints-framework |
Version | Version2.0.0-beta.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.endpoints/endpoints-framework/ -->
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-framework</artifactId>
<version>2.0.0-beta.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.endpoints/endpoints-framework/
implementation 'com.google.endpoints:endpoints-framework:2.0.0-beta.9'
// https://jarcasting.com/artifacts/com.google.endpoints/endpoints-framework/
implementation ("com.google.endpoints:endpoints-framework:2.0.0-beta.9")
'com.google.endpoints:endpoints-framework:jar:2.0.0-beta.9'
<dependency org="com.google.endpoints" name="endpoints-framework" rev="2.0.0-beta.9">
<artifact name="endpoints-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.endpoints', module='endpoints-framework', version='2.0.0-beta.9')
)
libraryDependencies += "com.google.endpoints" % "endpoints-framework" % "2.0.0-beta.9"
[com.google.endpoints/endpoints-framework "2.0.0-beta.9"]