GroupId | GroupIdorg.alfasoftware |
---|---|
ArtifactId | ArtifactIdmorf-integration-test |
Version | Version1.3.7-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.alfasoftware/morf-integration-test/ -->
<dependency>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-integration-test</artifactId>
<version>1.3.7-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.alfasoftware/morf-integration-test/
implementation 'org.alfasoftware:morf-integration-test:1.3.7-RC1'
// https://jarcasting.com/artifacts/org.alfasoftware/morf-integration-test/
implementation ("org.alfasoftware:morf-integration-test:1.3.7-RC1")
'org.alfasoftware:morf-integration-test:jar:1.3.7-RC1'
<dependency org="org.alfasoftware" name="morf-integration-test" rev="1.3.7-RC1">
<artifact name="morf-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alfasoftware', module='morf-integration-test', version='1.3.7-RC1')
)
libraryDependencies += "org.alfasoftware" % "morf-integration-test" % "1.3.7-RC1"
[org.alfasoftware/morf-integration-test "1.3.7-RC1"]