| Категории |
КатегорииProtobuf Данные Data Structures |
|---|---|
| Группа | Группаcom.sitewhere |
| Идентификатор | Идентификаторsitewhere-protobuf |
| Версия | Версия1.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sitewhere-protobuf-1.0.4.pom | |
| sitewhere-protobuf-1.0.4.jar | 189 KB |
| sitewhere-protobuf-1.0.4-sources.jar | 44 KB |
| sitewhere-protobuf-1.0.4-javadoc.jar | 463 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-protobuf/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-protobuf</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-protobuf/
implementation 'com.sitewhere:sitewhere-protobuf:1.0.4'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-protobuf/
implementation ("com.sitewhere:sitewhere-protobuf:1.0.4")
'com.sitewhere:sitewhere-protobuf:jar:1.0.4'
<dependency org="com.sitewhere" name="sitewhere-protobuf" rev="1.0.4">
<artifact name="sitewhere-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-protobuf', version='1.0.4')
)
libraryDependencies += "com.sitewhere" % "sitewhere-protobuf" % "1.0.4"
[com.sitewhere/sitewhere-protobuf "1.0.4"]