is not current version
Last Version 3.0.1

org.apache.synapse:synapse-patches 3.0.0

Automatically generates patches for dependencies of Synapse. The required source code should be included with a dependency to the original dependency. It also attaches a ZIP file with the individual JAR files.

GroupId

GroupId

org.apache.synapse
ArtifactId

ArtifactId

synapse-patches
Version

Version

3.0.0
Type

Type

jar

Download synapse-patches 3.0.0


<!-- https://jarcasting.com/artifacts/org.apache.synapse/synapse-patches/ -->
<dependency>
    <groupId>org.apache.synapse</groupId>
    <artifactId>synapse-patches</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.synapse/synapse-patches/
implementation 'org.apache.synapse:synapse-patches:3.0.0'
// https://jarcasting.com/artifacts/org.apache.synapse/synapse-patches/
implementation ("org.apache.synapse:synapse-patches:3.0.0")
'org.apache.synapse:synapse-patches:jar:3.0.0'
<dependency org="org.apache.synapse" name="synapse-patches" rev="3.0.0">
  <artifact name="synapse-patches" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.synapse', module='synapse-patches', version='3.0.0')
)
libraryDependencies += "org.apache.synapse" % "synapse-patches" % "3.0.0"
[org.apache.synapse/synapse-patches "3.0.0"]