Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.unafraid |
ArtifactId | ArtifactIdvoting-reward-provider |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.unafraid/voting-reward-provider/ -->
<dependency>
<groupId>com.github.unafraid</groupId>
<artifactId>voting-reward-provider</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.unafraid/voting-reward-provider/
implementation 'com.github.unafraid:voting-reward-provider:1.0.0'
// https://jarcasting.com/artifacts/com.github.unafraid/voting-reward-provider/
implementation ("com.github.unafraid:voting-reward-provider:1.0.0")
'com.github.unafraid:voting-reward-provider:jar:1.0.0'
<dependency org="com.github.unafraid" name="voting-reward-provider" rev="1.0.0">
<artifact name="voting-reward-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.unafraid', module='voting-reward-provider', version='1.0.0')
)
libraryDependencies += "com.github.unafraid" % "voting-reward-provider" % "1.0.0"
[com.github.unafraid/voting-reward-provider "1.0.0"]