GroupId | GroupIdcom.github.krraghavan |
---|---|
ArtifactId | ArtifactIdschema-generator-api |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.krraghavan/schema-generator-api/ -->
<dependency>
<groupId>com.github.krraghavan</groupId>
<artifactId>schema-generator-api</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krraghavan/schema-generator-api/
implementation 'com.github.krraghavan:schema-generator-api:0.1.1'
// https://jarcasting.com/artifacts/com.github.krraghavan/schema-generator-api/
implementation ("com.github.krraghavan:schema-generator-api:0.1.1")
'com.github.krraghavan:schema-generator-api:jar:0.1.1'
<dependency org="com.github.krraghavan" name="schema-generator-api" rev="0.1.1">
<artifact name="schema-generator-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krraghavan', module='schema-generator-api', version='0.1.1')
)
libraryDependencies += "com.github.krraghavan" % "schema-generator-api" % "0.1.1"
[com.github.krraghavan/schema-generator-api "0.1.1"]