c

commons-jelly-tags-html

文件下载
文件名 操作
commons-jelly-tags-html-1.0.jar 下载
commons-jelly-tags-html-1.0.pom 下载
Apache Maven
<dependency>
  <groupId>commons-jelly</groupId>
  <artifactId>commons-jelly-tags-html</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'commons-jelly:commons-jelly-tags-html:1.0'
Gradle Kotlin
implementation("commons-jelly:commons-jelly-tags-html:1.0")
Scala SBT
libraryDependencies += "commons-jelly" % "commons-jelly-tags-html" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='commons-jelly', module='commons-jelly-tags-html', version='1.0')
)
Apache Ivy
<dependency org="commons-jelly" name="commons-jelly-tags-html" rev="1.0" />
Leiningen
[commons-jelly/commons-jelly-tags-html "1.0"]
Apache Buildr
'commons-jelly:commons-jelly-tags-html:jar:1.0'
本项目依赖
该项目无第三方依赖