GroupId | GroupIdred.lixiang.tools |
---|---|
ArtifactId | ArtifactIdsunshine-base |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
sunshine-base-0.0.5.pom | |
sunshine-base-0.0.5.jar | 84 KB |
sunshine-base-0.0.5-sources.jar | 54 KB |
sunshine-base-0.0.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/red.lixiang.tools/sunshine-base/ -->
<dependency>
<groupId>red.lixiang.tools</groupId>
<artifactId>sunshine-base</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/red.lixiang.tools/sunshine-base/
implementation 'red.lixiang.tools:sunshine-base:0.0.5'
// https://jarcasting.com/artifacts/red.lixiang.tools/sunshine-base/
implementation ("red.lixiang.tools:sunshine-base:0.0.5")
'red.lixiang.tools:sunshine-base:jar:0.0.5'
<dependency org="red.lixiang.tools" name="sunshine-base" rev="0.0.5">
<artifact name="sunshine-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='red.lixiang.tools', module='sunshine-base', version='0.0.5')
)
libraryDependencies += "red.lixiang.tools" % "sunshine-base" % "0.0.5"
[red.lixiang.tools/sunshine-base "0.0.5"]