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