Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.hiwayama |
ArtifactId | ArtifactIdjsonrpc4j-jsonSchema |
Version | Version0.2-alpha-1 |
Type | Typejar |
Filename | Size |
---|---|
jsonrpc4j-jsonSchema-0.2-alpha-1.pom | |
jsonrpc4j-jsonSchema-0.2-alpha-1.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hiwayama/jsonrpc4j-jsonSchema/ -->
<dependency>
<groupId>com.github.hiwayama</groupId>
<artifactId>jsonrpc4j-jsonSchema</artifactId>
<version>0.2-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hiwayama/jsonrpc4j-jsonSchema/
implementation 'com.github.hiwayama:jsonrpc4j-jsonSchema:0.2-alpha-1'
// https://jarcasting.com/artifacts/com.github.hiwayama/jsonrpc4j-jsonSchema/
implementation ("com.github.hiwayama:jsonrpc4j-jsonSchema:0.2-alpha-1")
'com.github.hiwayama:jsonrpc4j-jsonSchema:jar:0.2-alpha-1'
<dependency org="com.github.hiwayama" name="jsonrpc4j-jsonSchema" rev="0.2-alpha-1">
<artifact name="jsonrpc4j-jsonSchema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hiwayama', module='jsonrpc4j-jsonSchema', version='0.2-alpha-1')
)
libraryDependencies += "com.github.hiwayama" % "jsonrpc4j-jsonSchema" % "0.2-alpha-1"
[com.github.hiwayama/jsonrpc4j-jsonSchema "0.2-alpha-1"]