GroupId | GroupIdorg.visallo |
---|---|
ArtifactId | ArtifactIdvisallo-core-test |
Version | Version3.1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.visallo/visallo-core-test/ -->
<dependency>
<groupId>org.visallo</groupId>
<artifactId>visallo-core-test</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.visallo/visallo-core-test/
implementation 'org.visallo:visallo-core-test:3.1.4'
// https://jarcasting.com/artifacts/org.visallo/visallo-core-test/
implementation ("org.visallo:visallo-core-test:3.1.4")
'org.visallo:visallo-core-test:jar:3.1.4'
<dependency org="org.visallo" name="visallo-core-test" rev="3.1.4">
<artifact name="visallo-core-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.visallo', module='visallo-core-test', version='3.1.4')
)
libraryDependencies += "org.visallo" % "visallo-core-test" % "3.1.4"
[org.visallo/visallo-core-test "3.1.4"]