Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.streametry |
ArtifactId | ArtifactIdstreametry-json |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
streametry-json-1.0.pom | |
streametry-json-1.0.jar | 5 KB |
streametry-json-1.0-sources.jar | 4 KB |
streametry-json-1.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streametry/streametry-json/ -->
<dependency>
<groupId>com.streametry</groupId>
<artifactId>streametry-json</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.streametry/streametry-json/
implementation 'com.streametry:streametry-json:1.0'
// https://jarcasting.com/artifacts/com.streametry/streametry-json/
implementation ("com.streametry:streametry-json:1.0")
'com.streametry:streametry-json:jar:1.0'
<dependency org="com.streametry" name="streametry-json" rev="1.0">
<artifact name="streametry-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streametry', module='streametry-json', version='1.0')
)
libraryDependencies += "com.streametry" % "streametry-json" % "1.0"
[com.streametry/streametry-json "1.0"]