microsoft/gctoolkit

Public

mirrored from https://github.com/microsoft/gctoolkitAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
be2f649cfe92de8a2ae664592cd71a2e42cffcf9

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/vertx/src/test/java/module-info.java

12lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3open module censum.vertx.test {
4 requires censum.api;
5 requires censum.parser;
6 requires censum.vertx;
7 requires java.logging;
8 requires io.vertx.core;
9
10 requires org.junit.jupiter.engine;
11 requires org.junit.jupiter.api;
12}