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