GroupId | GroupIdio.sundr |
---|---|
ArtifactId | ArtifactIdsundr-model-repo |
Version | Version0.50.3 |
Type | Typejar |
Filename | Size |
---|---|
sundr-model-repo-0.50.3.pom | |
sundr-model-repo-0.50.3.jar | 7 KB |
sundr-model-repo-0.50.3-sources.jar | 3 KB |
sundr-model-repo-0.50.3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sundr/sundr-model-repo/ -->
<dependency>
<groupId>io.sundr</groupId>
<artifactId>sundr-model-repo</artifactId>
<version>0.50.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.sundr/sundr-model-repo/
implementation 'io.sundr:sundr-model-repo:0.50.3'
// https://jarcasting.com/artifacts/io.sundr/sundr-model-repo/
implementation ("io.sundr:sundr-model-repo:0.50.3")
'io.sundr:sundr-model-repo:jar:0.50.3'
<dependency org="io.sundr" name="sundr-model-repo" rev="0.50.3">
<artifact name="sundr-model-repo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sundr', module='sundr-model-repo', version='0.50.3')
)
libraryDependencies += "io.sundr" % "sundr-model-repo" % "0.50.3"
[io.sundr/sundr-model-repo "0.50.3"]