| Категории |
КатегорииДанные GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.walterjwhite.infrastructure.datastore.modules |
| Идентификатор | Идентификаторgoogle-guice-persist |
| Версия | Версия0.0.14 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| google-guice-persist-0.0.14.pom | |
| google-guice-persist-0.0.14.jar | 3 KB |
| google-guice-persist-0.0.14-sources.jar | 3 KB |
| google-guice-persist-0.0.14-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.modules/google-guice-persist/ -->
<dependency>
<groupId>com.walterjwhite.infrastructure.datastore.modules</groupId>
<artifactId>google-guice-persist</artifactId>
<version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.modules/google-guice-persist/
implementation 'com.walterjwhite.infrastructure.datastore.modules:google-guice-persist:0.0.14'
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.modules/google-guice-persist/
implementation ("com.walterjwhite.infrastructure.datastore.modules:google-guice-persist:0.0.14")
'com.walterjwhite.infrastructure.datastore.modules:google-guice-persist:jar:0.0.14'
<dependency org="com.walterjwhite.infrastructure.datastore.modules" name="google-guice-persist" rev="0.0.14">
<artifact name="google-guice-persist" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.infrastructure.datastore.modules', module='google-guice-persist', version='0.0.14')
)
libraryDependencies += "com.walterjwhite.infrastructure.datastore.modules" % "google-guice-persist" % "0.0.14"
[com.walterjwhite.infrastructure.datastore.modules/google-guice-persist "0.0.14"]