| GroupId | GroupIdes.weso |
|---|---|
| ArtifactId | ArtifactIdsgraph_3 |
| Version | Version0.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sgraph_3-0.2.1.pom | |
| sgraph_3-0.2.1.jar | 94 KB |
| sgraph_3-0.2.1-sources.jar | 3 KB |
| sgraph_3-0.2.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/es.weso/sgraph_3/ -->
<dependency>
<groupId>es.weso</groupId>
<artifactId>sgraph_3</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/es.weso/sgraph_3/
implementation 'es.weso:sgraph_3:0.2.1'
// https://jarcasting.com/artifacts/es.weso/sgraph_3/
implementation ("es.weso:sgraph_3:0.2.1")
'es.weso:sgraph_3:jar:0.2.1'
<dependency org="es.weso" name="sgraph_3" rev="0.2.1">
<artifact name="sgraph_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.weso', module='sgraph_3', version='0.2.1')
)
libraryDependencies += "es.weso" % "sgraph_3" % "0.2.1"
[es.weso/sgraph_3 "0.2.1"]