GroupId | GroupIdorg.carewebframework |
---|---|
ArtifactId | ArtifactIdorg.carewebframework.plugin.eventtesting |
Version | Version5.0.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.plugin.eventtesting/ -->
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.plugin.eventtesting</artifactId>
<version>5.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.plugin.eventtesting/
implementation 'org.carewebframework:org.carewebframework.plugin.eventtesting:5.0.0-RC3'
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.plugin.eventtesting/
implementation ("org.carewebframework:org.carewebframework.plugin.eventtesting:5.0.0-RC3")
'org.carewebframework:org.carewebframework.plugin.eventtesting:jar:5.0.0-RC3'
<dependency org="org.carewebframework" name="org.carewebframework.plugin.eventtesting" rev="5.0.0-RC3">
<artifact name="org.carewebframework.plugin.eventtesting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.plugin.eventtesting', version='5.0.0-RC3')
)
libraryDependencies += "org.carewebframework" % "org.carewebframework.plugin.eventtesting" % "5.0.0-RC3"
[org.carewebframework/org.carewebframework.plugin.eventtesting "5.0.0-RC3"]