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