GroupId | GroupIdorg.visallo |
---|---|
ArtifactId | ArtifactIdvisallo-web |
Version | Version2.1.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
visallo-web-2.1.0-RC1.pom | |
visallo-web-2.1.0-RC1.jar | 548 KB |
visallo-web-2.1.0-RC1-tests.jar | 8 KB |
visallo-web-2.1.0-RC1-test-sources.jar | 5 KB |
visallo-web-2.1.0-RC1-sources.jar | 366 KB |
visallo-web-2.1.0-RC1-javadoc.jar | 1004 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.visallo/visallo-web/ -->
<dependency>
<groupId>org.visallo</groupId>
<artifactId>visallo-web</artifactId>
<version>2.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.visallo/visallo-web/
implementation 'org.visallo:visallo-web:2.1.0-RC1'
// https://jarcasting.com/artifacts/org.visallo/visallo-web/
implementation ("org.visallo:visallo-web:2.1.0-RC1")
'org.visallo:visallo-web:jar:2.1.0-RC1'
<dependency org="org.visallo" name="visallo-web" rev="2.1.0-RC1">
<artifact name="visallo-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.visallo', module='visallo-web', version='2.1.0-RC1')
)
libraryDependencies += "org.visallo" % "visallo-web" % "2.1.0-RC1"
[org.visallo/visallo-web "2.1.0-RC1"]