Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.bluecirclesoft.open |
ArtifactId | ArtifactIdjson-interface-generator-annotations |
Version | Version0.23 |
Type | Typejar |
<!-- 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.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/json-interface-generator-annotations/
implementation 'com.bluecirclesoft.open:json-interface-generator-annotations:0.23'
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/json-interface-generator-annotations/
implementation ("com.bluecirclesoft.open:json-interface-generator-annotations:0.23")
'com.bluecirclesoft.open:json-interface-generator-annotations:jar:0.23'
<dependency org="com.bluecirclesoft.open" name="json-interface-generator-annotations" rev="0.23">
<artifact name="json-interface-generator-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluecirclesoft.open', module='json-interface-generator-annotations', version='0.23')
)
libraryDependencies += "com.bluecirclesoft.open" % "json-interface-generator-annotations" % "0.23"
[com.bluecirclesoft.open/json-interface-generator-annotations "0.23"]