GroupId | GroupIdorg.alfasoftware |
---|---|
ArtifactId | ArtifactIdmorf-testsupport |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
morf-testsupport-1.6.1.pom | |
morf-testsupport-1.6.1.jar | 91 KB |
morf-testsupport-1.6.1-sources.jar | 56 KB |
morf-testsupport-1.6.1-javadoc.jar | 568 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.alfasoftware/morf-testsupport/ -->
<dependency>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-testsupport</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.alfasoftware/morf-testsupport/
implementation 'org.alfasoftware:morf-testsupport:1.6.1'
// https://jarcasting.com/artifacts/org.alfasoftware/morf-testsupport/
implementation ("org.alfasoftware:morf-testsupport:1.6.1")
'org.alfasoftware:morf-testsupport:jar:1.6.1'
<dependency org="org.alfasoftware" name="morf-testsupport" rev="1.6.1">
<artifact name="morf-testsupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alfasoftware', module='morf-testsupport', version='1.6.1')
)
libraryDependencies += "org.alfasoftware" % "morf-testsupport" % "1.6.1"
[org.alfasoftware/morf-testsupport "1.6.1"]