文件名 | 操作 |
---|---|
doxia-sitetools-1.8.1-patch1.pom | 下载 |
<dependency>
<groupId>com.github.nruzic.org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>1.8.1-patch1</version>
<type>pom</type>
</dependency>
implementation 'com.github.nruzic.org.apache.maven.doxia:doxia-sitetools:1.8.1-patch1'
implementation("com.github.nruzic.org.apache.maven.doxia:doxia-sitetools:1.8.1-patch1")
libraryDependencies += "com.github.nruzic.org.apache.maven.doxia" % "doxia-sitetools" % "1.8.1-patch1"
@Grapes(
@Grab(group='com.github.nruzic.org.apache.maven.doxia', module='doxia-sitetools', version='1.8.1-patch1')
)
<dependency org="com.github.nruzic.org.apache.maven.doxia" name="doxia-sitetools" rev="1.8.1-patch1" />