Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdie.corballis |
ArtifactId | ArtifactIdjson-fixtures |
Version | Version2.1.1 |
Type | Typepom |
Filename | Size |
---|---|
json-fixtures-2.1.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ie.corballis/json-fixtures/ -->
<dependency>
<groupId>ie.corballis</groupId>
<artifactId>json-fixtures</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ie.corballis/json-fixtures/
implementation 'ie.corballis:json-fixtures:2.1.1'
// https://jarcasting.com/artifacts/ie.corballis/json-fixtures/
implementation ("ie.corballis:json-fixtures:2.1.1")
'ie.corballis:json-fixtures:pom:2.1.1'
<dependency org="ie.corballis" name="json-fixtures" rev="2.1.1">
<artifact name="json-fixtures" type="pom" />
</dependency>
@Grapes(
@Grab(group='ie.corballis', module='json-fixtures', version='2.1.1')
)
libraryDependencies += "ie.corballis" % "json-fixtures" % "2.1.1"
[ie.corballis/json-fixtures "2.1.1"]