GroupId | GroupIdorg.visallo |
---|---|
ArtifactId | ArtifactIdvisallo-root |
Version | Version3.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
visallo-root-3.0.0-RC1.pom | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.visallo/visallo-root/ -->
<dependency>
<groupId>org.visallo</groupId>
<artifactId>visallo-root</artifactId>
<version>3.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.visallo/visallo-root/
implementation 'org.visallo:visallo-root:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.visallo/visallo-root/
implementation ("org.visallo:visallo-root:3.0.0-RC1")
'org.visallo:visallo-root:pom:3.0.0-RC1'
<dependency org="org.visallo" name="visallo-root" rev="3.0.0-RC1">
<artifact name="visallo-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.visallo', module='visallo-root', version='3.0.0-RC1')
)
libraryDependencies += "org.visallo" % "visallo-root" % "3.0.0-RC1"
[org.visallo/visallo-root "3.0.0-RC1"]