Stubs Assembly Descriptor

Assembly Descriptor for WireMock Stubs JAR

License

License

GroupId

GroupId

io.codearte.accurest
ArtifactId

ArtifactId

stubs-assembly-descriptor
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Stubs Assembly Descriptor
Assembly Descriptor for WireMock Stubs JAR
Project URL

Project URL

https://github.com/Codearte/stubs-assembly-descriptor
Source Code Management

Source Code Management

https://github.com/Codearte/stubs-assembly-descriptor

Download stubs-assembly-descriptor

How to add to project

<!-- https://jarcasting.com/artifacts/io.codearte.accurest/stubs-assembly-descriptor/ -->
<dependency>
    <groupId>io.codearte.accurest</groupId>
    <artifactId>stubs-assembly-descriptor</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.codearte.accurest/stubs-assembly-descriptor/
implementation 'io.codearte.accurest:stubs-assembly-descriptor:1.1'
// https://jarcasting.com/artifacts/io.codearte.accurest/stubs-assembly-descriptor/
implementation ("io.codearte.accurest:stubs-assembly-descriptor:1.1")
'io.codearte.accurest:stubs-assembly-descriptor:jar:1.1'
<dependency org="io.codearte.accurest" name="stubs-assembly-descriptor" rev="1.1">
  <artifact name="stubs-assembly-descriptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.codearte.accurest', module='stubs-assembly-descriptor', version='1.1')
)
libraryDependencies += "io.codearte.accurest" % "stubs-assembly-descriptor" % "1.1"
[io.codearte.accurest/stubs-assembly-descriptor "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Assembly Descriptor for WireMock Stubs JAR

WireMock stubs are JSON documents placed in a file with a .json extension under the mappings directory.

Usage

<plugin>
    <artifactId>maven-assembly-plugin</artifactId>
    <version>2.6</version>
    <dependencies>
        <dependency>
            <groupId>io.codearte.accurest</groupId>
            <artifactId>stubs-assembly-descriptor</artifactId>
            <version>1.1</version>
        </dependency>
    </dependencies>
    <executions>
        <execution>
            <phase>package</phase>
            <goals>
                <goal>single</goal>
            </goals>
        </execution>
    </executions>
    <configuration>
        <descriptorRefs>
            <descriptorRef>stubs</descriptorRef>
        </descriptorRefs>
    </configuration>
</plugin>
io.codearte.accurest

Versions

Version
1.1
1.0