Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.findwise.hydra |
ArtifactId | ArtifactIdhydra-json-input |
Version | Version0.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.findwise.hydra/hydra-json-input/ -->
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-json-input</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-json-input/
implementation 'com.findwise.hydra:hydra-json-input:0.3.1'
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-json-input/
implementation ("com.findwise.hydra:hydra-json-input:0.3.1")
'com.findwise.hydra:hydra-json-input:jar:0.3.1'
<dependency org="com.findwise.hydra" name="hydra-json-input" rev="0.3.1">
<artifact name="hydra-json-input" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.findwise.hydra', module='hydra-json-input', version='0.3.1')
)
libraryDependencies += "com.findwise.hydra" % "hydra-json-input" % "0.3.1"
[com.findwise.hydra/hydra-json-input "0.3.1"]