| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.google.endpoints |
| Идентификатор | Идентификаторendpoints-framework-guice |
| Версия | Версия2.0.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.google.endpoints/endpoints-framework-guice/ -->
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-framework-guice</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.endpoints/endpoints-framework-guice/
implementation 'com.google.endpoints:endpoints-framework-guice:2.0.4'
// https://jarcasting.com/artifacts/com.google.endpoints/endpoints-framework-guice/
implementation ("com.google.endpoints:endpoints-framework-guice:2.0.4")
'com.google.endpoints:endpoints-framework-guice:jar:2.0.4'
<dependency org="com.google.endpoints" name="endpoints-framework-guice" rev="2.0.4">
<artifact name="endpoints-framework-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.endpoints', module='endpoints-framework-guice', version='2.0.4')
)
libraryDependencies += "com.google.endpoints" % "endpoints-framework-guice" % "2.0.4"
[com.google.endpoints/endpoints-framework-guice "2.0.4"]