| Группа | Группаorg.codelibs.gitbucket |
|---|---|
| Идентификатор | Идентификаторgitbucket-fess-plugin_2.12 |
| Версия | Версия1.4.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.codelibs.gitbucket/gitbucket-fess-plugin_2.12/ -->
<dependency>
<groupId>org.codelibs.gitbucket</groupId>
<artifactId>gitbucket-fess-plugin_2.12</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs.gitbucket/gitbucket-fess-plugin_2.12/
implementation 'org.codelibs.gitbucket:gitbucket-fess-plugin_2.12:1.4.0'
// https://jarcasting.com/artifacts/org.codelibs.gitbucket/gitbucket-fess-plugin_2.12/
implementation ("org.codelibs.gitbucket:gitbucket-fess-plugin_2.12:1.4.0")
'org.codelibs.gitbucket:gitbucket-fess-plugin_2.12:jar:1.4.0'
<dependency org="org.codelibs.gitbucket" name="gitbucket-fess-plugin_2.12" rev="1.4.0">
<artifact name="gitbucket-fess-plugin_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs.gitbucket', module='gitbucket-fess-plugin_2.12', version='1.4.0')
)
libraryDependencies += "org.codelibs.gitbucket" % "gitbucket-fess-plugin_2.12" % "1.4.0"
[org.codelibs.gitbucket/gitbucket-fess-plugin_2.12 "1.4.0"]