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