is not current version
Last Version 1.2.1

org.contextmapper:service-cutter-library 1.1.3

The Service Cutter engine (https://github.com/ServiceCutter/ServiceCutter) provided as library which can be used in other applications to generate service decompositions.

GroupId

GroupId

org.contextmapper
ArtifactId

ArtifactId

service-cutter-library
Version

Version

1.1.3
Type

Type

pom

Download service-cutter-library 1.1.3


<!-- https://jarcasting.com/artifacts/org.contextmapper/service-cutter-library/ -->
<dependency>
    <groupId>org.contextmapper</groupId>
    <artifactId>service-cutter-library</artifactId>
    <version>1.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.contextmapper/service-cutter-library/
implementation 'org.contextmapper:service-cutter-library:1.1.3'
// https://jarcasting.com/artifacts/org.contextmapper/service-cutter-library/
implementation ("org.contextmapper:service-cutter-library:1.1.3")
'org.contextmapper:service-cutter-library:pom:1.1.3'
<dependency org="org.contextmapper" name="service-cutter-library" rev="1.1.3">
  <artifact name="service-cutter-library" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.contextmapper', module='service-cutter-library', version='1.1.3')
)
libraryDependencies += "org.contextmapper" % "service-cutter-library" % "1.1.3"
[org.contextmapper/service-cutter-library "1.1.3"]