n

net.osgiliath.feature.pax-web

Pax-web wrapped features
文件下载
文件名 操作
net.osgiliath.feature.pax-web-0.2.2.jar 下载
net.osgiliath.feature.pax-web-0.2.2.pom 下载
net.osgiliath.feature.pax-web-0.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.osgiliath.framework</groupId>
  <artifactId>net.osgiliath.feature.pax-web</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'net.osgiliath.framework:net.osgiliath.feature.pax-web:0.2.2'
Gradle Kotlin
implementation("net.osgiliath.framework:net.osgiliath.feature.pax-web:0.2.2")
Scala SBT
libraryDependencies += "net.osgiliath.framework" % "net.osgiliath.feature.pax-web" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='net.osgiliath.framework', module='net.osgiliath.feature.pax-web', version='0.2.2')
)
Apache Ivy
<dependency org="net.osgiliath.framework" name="net.osgiliath.feature.pax-web" rev="0.2.2" />
Leiningen
[net.osgiliath.framework/net.osgiliath.feature.pax-web "0.2.2"]
Apache Buildr
'net.osgiliath.framework:net.osgiliath.feature.pax-web:jar:0.2.2'