GroupId | GroupIdio.github.yezhihao |
---|---|
ArtifactId | ArtifactIdprotostar |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
protostar-1.0.0.RELEASE.pom | |
protostar-1.0.0.RELEASE.jar | 60 KB |
protostar-1.0.0.RELEASE-sources.jar | 28 KB |
protostar-1.0.0.RELEASE-javadoc.jar | 265 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yezhihao/protostar/ -->
<dependency>
<groupId>io.github.yezhihao</groupId>
<artifactId>protostar</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yezhihao/protostar/
implementation 'io.github.yezhihao:protostar:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.yezhihao/protostar/
implementation ("io.github.yezhihao:protostar:1.0.0.RELEASE")
'io.github.yezhihao:protostar:jar:1.0.0.RELEASE'
<dependency org="io.github.yezhihao" name="protostar" rev="1.0.0.RELEASE">
<artifact name="protostar" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yezhihao', module='protostar', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.yezhihao" % "protostar" % "1.0.0.RELEASE"
[io.github.yezhihao/protostar "1.0.0.RELEASE"]