GroupId | GroupIdorg.moduliths |
---|---|
ArtifactId | ArtifactIdmoduliths-events-tests |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
moduliths-events-tests-1.2.0.pom | |
moduliths-events-tests-1.2.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.moduliths/moduliths-events-tests/ -->
<dependency>
<groupId>org.moduliths</groupId>
<artifactId>moduliths-events-tests</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.moduliths/moduliths-events-tests/
implementation 'org.moduliths:moduliths-events-tests:1.2.0'
// https://jarcasting.com/artifacts/org.moduliths/moduliths-events-tests/
implementation ("org.moduliths:moduliths-events-tests:1.2.0")
'org.moduliths:moduliths-events-tests:jar:1.2.0'
<dependency org="org.moduliths" name="moduliths-events-tests" rev="1.2.0">
<artifact name="moduliths-events-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.moduliths', module='moduliths-events-tests', version='1.2.0')
)
libraryDependencies += "org.moduliths" % "moduliths-events-tests" % "1.2.0"
[org.moduliths/moduliths-events-tests "1.2.0"]