GroupId | GroupIdorg.microshed |
---|---|
ArtifactId | ArtifactIdmicroshed-testing-core |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
microshed-testing-core-0.6.pom | |
microshed-testing-core-0.6.jar | 18 KB |
microshed-testing-core-0.6-sources.jar | 17 KB |
microshed-testing-core-0.6-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microshed/microshed-testing-core/ -->
<dependency>
<groupId>org.microshed</groupId>
<artifactId>microshed-testing-core</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.microshed/microshed-testing-core/
implementation 'org.microshed:microshed-testing-core:0.6'
// https://jarcasting.com/artifacts/org.microshed/microshed-testing-core/
implementation ("org.microshed:microshed-testing-core:0.6")
'org.microshed:microshed-testing-core:jar:0.6'
<dependency org="org.microshed" name="microshed-testing-core" rev="0.6">
<artifact name="microshed-testing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microshed', module='microshed-testing-core', version='0.6')
)
libraryDependencies += "org.microshed" % "microshed-testing-core" % "0.6"
[org.microshed/microshed-testing-core "0.6"]