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