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