GroupId | GroupIdcom.github.krraghavan |
---|---|
ArtifactId | ArtifactIdschema-generator-api |
Version | Version0.1.0 |
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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krraghavan/schema-generator-api/
implementation 'com.github.krraghavan:schema-generator-api:0.1.0'
// https://jarcasting.com/artifacts/com.github.krraghavan/schema-generator-api/
implementation ("com.github.krraghavan:schema-generator-api:0.1.0")
'com.github.krraghavan:schema-generator-api:jar:0.1.0'
<dependency org="com.github.krraghavan" name="schema-generator-api" rev="0.1.0">
<artifact name="schema-generator-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krraghavan', module='schema-generator-api', version='0.1.0')
)
libraryDependencies += "com.github.krraghavan" % "schema-generator-api" % "0.1.0"
[com.github.krraghavan/schema-generator-api "0.1.0"]