GroupId | GroupIdcom.github.trepo |
---|---|
ArtifactId | ArtifactIdvgraph |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
vgraph-0.3.1.pom | |
vgraph-0.3.1.jar | 32 KB |
vgraph-0.3.1-sources.jar | 20 KB |
vgraph-0.3.1-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.trepo/vgraph/ -->
<dependency>
<groupId>com.github.trepo</groupId>
<artifactId>vgraph</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trepo/vgraph/
implementation 'com.github.trepo:vgraph:0.3.1'
// https://jarcasting.com/artifacts/com.github.trepo/vgraph/
implementation ("com.github.trepo:vgraph:0.3.1")
'com.github.trepo:vgraph:jar:0.3.1'
<dependency org="com.github.trepo" name="vgraph" rev="0.3.1">
<artifact name="vgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trepo', module='vgraph', version='0.3.1')
)
libraryDependencies += "com.github.trepo" % "vgraph" % "0.3.1"
[com.github.trepo/vgraph "0.3.1"]