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