GroupId | GroupIdxyz.seansun |
---|---|
ArtifactId | ArtifactIdrambutan-model |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
rambutan-model-1.0.1.pom | |
rambutan-model-1.0.1.jar | 8 KB |
rambutan-model-1.0.1-sources.jar | 3 KB |
rambutan-model-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.seansun/rambutan-model/
implementation 'xyz.seansun:rambutan-model:1.0.1'
// https://jarcasting.com/artifacts/xyz.seansun/rambutan-model/
implementation ("xyz.seansun:rambutan-model:1.0.1")
'xyz.seansun:rambutan-model:jar:1.0.1'
<dependency org="xyz.seansun" name="rambutan-model" rev="1.0.1">
<artifact name="rambutan-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.seansun', module='rambutan-model', version='1.0.1')
)
libraryDependencies += "xyz.seansun" % "rambutan-model" % "1.0.1"
[xyz.seansun/rambutan-model "1.0.1"]