GroupId | GroupIdcom.github.mvallim |
---|---|
ArtifactId | ArtifactIdspring-schema-registry-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-schema-registry-parent-0.0.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-parent/ -->
<dependency>
<groupId>com.github.mvallim</groupId>
<artifactId>spring-schema-registry-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-parent/
implementation 'com.github.mvallim:spring-schema-registry-parent:0.0.1'
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry-parent/
implementation ("com.github.mvallim:spring-schema-registry-parent:0.0.1")
'com.github.mvallim:spring-schema-registry-parent:pom:0.0.1'
<dependency org="com.github.mvallim" name="spring-schema-registry-parent" rev="0.0.1">
<artifact name="spring-schema-registry-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mvallim', module='spring-schema-registry-parent', version='0.0.1')
)
libraryDependencies += "com.github.mvallim" % "spring-schema-registry-parent" % "0.0.1"
[com.github.mvallim/spring-schema-registry-parent "0.0.1"]