GroupId | GroupIdxyz.seansun |
---|---|
ArtifactId | ArtifactIdrambutan-model |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rambutan-model-1.0.0.pom | |
rambutan-model-1.0.0.jar | 6 KB |
rambutan-model-1.0.0-sources.jar | 2 KB |
rambutan-model-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.seansun/rambutan-model/ -->
<dependency>
<groupId>xyz.seansun</groupId>
<artifactId>rambutan-model</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.seansun/rambutan-model/
implementation 'xyz.seansun:rambutan-model:1.0.0'
// https://jarcasting.com/artifacts/xyz.seansun/rambutan-model/
implementation ("xyz.seansun:rambutan-model:1.0.0")
'xyz.seansun:rambutan-model:jar:1.0.0'
<dependency org="xyz.seansun" name="rambutan-model" rev="1.0.0">
<artifact name="rambutan-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.seansun', module='rambutan-model', version='1.0.0')
)
libraryDependencies += "xyz.seansun" % "rambutan-model" % "1.0.0"
[xyz.seansun/rambutan-model "1.0.0"]