Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.thoughtworks.microbuilder |
ArtifactId | ArtifactIdjson-stream-core |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.microbuilder/json-stream-core/ -->
<dependency>
<groupId>com.thoughtworks.microbuilder</groupId>
<artifactId>json-stream-core</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.microbuilder/json-stream-core/
implementation 'com.thoughtworks.microbuilder:json-stream-core:3.0.1'
// https://jarcasting.com/artifacts/com.thoughtworks.microbuilder/json-stream-core/
implementation ("com.thoughtworks.microbuilder:json-stream-core:3.0.1")
'com.thoughtworks.microbuilder:json-stream-core:jar:3.0.1'
<dependency org="com.thoughtworks.microbuilder" name="json-stream-core" rev="3.0.1">
<artifact name="json-stream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.microbuilder', module='json-stream-core', version='3.0.1')
)
libraryDependencies += "com.thoughtworks.microbuilder" % "json-stream-core" % "3.0.1"
[com.thoughtworks.microbuilder/json-stream-core "3.0.1"]