c

custom-path-parser-plugin-demo

Files download
File Operation
custom-path-parser-plugin-demo-3.1.3.Final.pom download
custom-path-parser-plugin-demo-3.1.3.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>io.apiman.plugins</groupId>
  <artifactId>custom-path-parser-plugin-demo</artifactId>
  <version>3.1.3.Final</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'io.apiman.plugins:custom-path-parser-plugin-demo:3.1.3.Final'
Gradle Kotlin
implementation("io.apiman.plugins:custom-path-parser-plugin-demo:3.1.3.Final")
Scala SBT
libraryDependencies += "io.apiman.plugins" % "custom-path-parser-plugin-demo" % "3.1.3.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.apiman.plugins', module='custom-path-parser-plugin-demo', version='3.1.3.Final')
)
Apache Ivy
<dependency org="io.apiman.plugins" name="custom-path-parser-plugin-demo" rev="3.1.3.Final" />
Leiningen
[io.apiman.plugins/custom-path-parser-plugin-demo "3.1.3.Final"]
Apache Buildr
'io.apiman.plugins:custom-path-parser-plugin-demo:jar:3.1.3.Final'