| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.bluecirclesoft.open |
| Идентификатор | Идентификаторjson-interface-generator-annotations |
| Последняя версия | Последняя версия0.28 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjson-interface-generator-annotations
bluecircle-json-interface-generator - reads your Java web services and generates TypeScript interfaces from it.
|
<!-- https://jarcasting.com/artifacts/com.bluecirclesoft.open/json-interface-generator-annotations/ -->
<dependency>
<groupId>com.bluecirclesoft.open</groupId>
<artifactId>json-interface-generator-annotations</artifactId>
<version>0.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/json-interface-generator-annotations/
implementation 'com.bluecirclesoft.open:json-interface-generator-annotations:0.28'
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/json-interface-generator-annotations/
implementation ("com.bluecirclesoft.open:json-interface-generator-annotations:0.28")
'com.bluecirclesoft.open:json-interface-generator-annotations:jar:0.28'
<dependency org="com.bluecirclesoft.open" name="json-interface-generator-annotations" rev="0.28">
<artifact name="json-interface-generator-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluecirclesoft.open', module='json-interface-generator-annotations', version='0.28')
)
libraryDependencies += "com.bluecirclesoft.open" % "json-interface-generator-annotations" % "0.28"
[com.bluecirclesoft.open/json-interface-generator-annotations "0.28"]