Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.visallo |
ArtifactId | ArtifactIdvisallo-tools-format |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.visallo/visallo-tools-format/ -->
<dependency>
<groupId>org.visallo</groupId>
<artifactId>visallo-tools-format</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.visallo/visallo-tools-format/
implementation 'org.visallo:visallo-tools-format:2.0.0'
// https://jarcasting.com/artifacts/org.visallo/visallo-tools-format/
implementation ("org.visallo:visallo-tools-format:2.0.0")
'org.visallo:visallo-tools-format:jar:2.0.0'
<dependency org="org.visallo" name="visallo-tools-format" rev="2.0.0">
<artifact name="visallo-tools-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.visallo', module='visallo-tools-format', version='2.0.0')
)
libraryDependencies += "org.visallo" % "visallo-tools-format" % "2.0.0"
[org.visallo/visallo-tools-format "2.0.0"]