GroupId | GroupIdio.apiman.plugins |
---|---|
ArtifactId | ArtifactIdcustom-path-parser-plugin-demo |
Version | Version2.2.1.Final |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/io.apiman.plugins/custom-path-parser-plugin-demo/ -->
<dependency>
<groupId>io.apiman.plugins</groupId>
<artifactId>custom-path-parser-plugin-demo</artifactId>
<version>2.2.1.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.apiman.plugins/custom-path-parser-plugin-demo/
implementation 'io.apiman.plugins:custom-path-parser-plugin-demo:2.2.1.Final'
// https://jarcasting.com/artifacts/io.apiman.plugins/custom-path-parser-plugin-demo/
implementation ("io.apiman.plugins:custom-path-parser-plugin-demo:2.2.1.Final")
'io.apiman.plugins:custom-path-parser-plugin-demo:war:2.2.1.Final'
<dependency org="io.apiman.plugins" name="custom-path-parser-plugin-demo" rev="2.2.1.Final">
<artifact name="custom-path-parser-plugin-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='io.apiman.plugins', module='custom-path-parser-plugin-demo', version='2.2.1.Final')
)
libraryDependencies += "io.apiman.plugins" % "custom-path-parser-plugin-demo" % "2.2.1.Final"
[io.apiman.plugins/custom-path-parser-plugin-demo "2.2.1.Final"]