| GroupId | GroupIdorg.codelibs.gitbucket |
|---|---|
| ArtifactId | ArtifactIdgitbucket-fess-plugin_2.11 |
| Version | Version1.0.0-beta1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codelibs.gitbucket/gitbucket-fess-plugin_2.11/ -->
<dependency>
<groupId>org.codelibs.gitbucket</groupId>
<artifactId>gitbucket-fess-plugin_2.11</artifactId>
<version>1.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs.gitbucket/gitbucket-fess-plugin_2.11/
implementation 'org.codelibs.gitbucket:gitbucket-fess-plugin_2.11:1.0.0-beta1'
// https://jarcasting.com/artifacts/org.codelibs.gitbucket/gitbucket-fess-plugin_2.11/
implementation ("org.codelibs.gitbucket:gitbucket-fess-plugin_2.11:1.0.0-beta1")
'org.codelibs.gitbucket:gitbucket-fess-plugin_2.11:jar:1.0.0-beta1'
<dependency org="org.codelibs.gitbucket" name="gitbucket-fess-plugin_2.11" rev="1.0.0-beta1">
<artifact name="gitbucket-fess-plugin_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs.gitbucket', module='gitbucket-fess-plugin_2.11', version='1.0.0-beta1')
)
libraryDependencies += "org.codelibs.gitbucket" % "gitbucket-fess-plugin_2.11" % "1.0.0-beta1"
[org.codelibs.gitbucket/gitbucket-fess-plugin_2.11 "1.0.0-beta1"]