Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdberlin.softwaretechnik |
ArtifactId | ArtifactIdjsonmatch |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
jsonmatch-0.0.4.pom | |
jsonmatch-0.0.4.jar | 31 KB |
jsonmatch-0.0.4-sources.jar | 13 KB |
jsonmatch-0.0.4-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/berlin.softwaretechnik/jsonmatch/ -->
<dependency>
<groupId>berlin.softwaretechnik</groupId>
<artifactId>jsonmatch</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/berlin.softwaretechnik/jsonmatch/
implementation 'berlin.softwaretechnik:jsonmatch:0.0.4'
// https://jarcasting.com/artifacts/berlin.softwaretechnik/jsonmatch/
implementation ("berlin.softwaretechnik:jsonmatch:0.0.4")
'berlin.softwaretechnik:jsonmatch:jar:0.0.4'
<dependency org="berlin.softwaretechnik" name="jsonmatch" rev="0.0.4">
<artifact name="jsonmatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='berlin.softwaretechnik', module='jsonmatch', version='0.0.4')
)
libraryDependencies += "berlin.softwaretechnik" % "jsonmatch" % "0.0.4"
[berlin.softwaretechnik/jsonmatch "0.0.4"]