is not current version
Last Version 1.3.3

com.kotcrab.vis:vis-parent 1.2.1

Common Maven parent for Vis sub-modules

GroupId

GroupId

com.kotcrab.vis
ArtifactId

ArtifactId

vis-parent
Version

Version

1.2.1
Type

Type

pom

Download vis-parent 1.2.1

Filename Size
vis-parent-1.2.1.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/com.kotcrab.vis/vis-parent/ -->
<dependency>
    <groupId>com.kotcrab.vis</groupId>
    <artifactId>vis-parent</artifactId>
    <version>1.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kotcrab.vis/vis-parent/
implementation 'com.kotcrab.vis:vis-parent:1.2.1'
// https://jarcasting.com/artifacts/com.kotcrab.vis/vis-parent/
implementation ("com.kotcrab.vis:vis-parent:1.2.1")
'com.kotcrab.vis:vis-parent:pom:1.2.1'
<dependency org="com.kotcrab.vis" name="vis-parent" rev="1.2.1">
  <artifact name="vis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kotcrab.vis', module='vis-parent', version='1.2.1')
)
libraryDependencies += "com.kotcrab.vis" % "vis-parent" % "1.2.1"
[com.kotcrab.vis/vis-parent "1.2.1"]