For Maven repo structure, I suggest the following ...
# wiremock-java
o
For Maven repo structure, I suggest the following @Tom et all:
Copy code
- `org.wiremock` as a root. Core components like `wiremock` or `wiremock-standalone` will be under this root
  - `org.wiremock.extensions` - groupID for extensions
  - `org.wiremock.tools` - groupID for any associated developer tools (e.g. Maven plugins)
  - `org.wiremock.integrations.{type}` - groupID for integration libraries
    - `{type}`- A subgroup defining type of the integration, for example `testcontainers`, `springboot` or `kotlin`
Added it to https://github.com/wiremock/community/issues/44 for comments
👍 2