GroupId | GroupIdcom.pontusvision |
---|---|
ArtifactId | ArtifactIdexample-remotegraph |
Version | Version100.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pontusvision/example-remotegraph/ -->
<dependency>
<groupId>com.pontusvision</groupId>
<artifactId>example-remotegraph</artifactId>
<version>100.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pontusvision/example-remotegraph/
implementation 'com.pontusvision:example-remotegraph:100.3.2'
// https://jarcasting.com/artifacts/com.pontusvision/example-remotegraph/
implementation ("com.pontusvision:example-remotegraph:100.3.2")
'com.pontusvision:example-remotegraph:jar:100.3.2'
<dependency org="com.pontusvision" name="example-remotegraph" rev="100.3.2">
<artifact name="example-remotegraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pontusvision', module='example-remotegraph', version='100.3.2')
)
libraryDependencies += "com.pontusvision" % "example-remotegraph" % "100.3.2"
[com.pontusvision/example-remotegraph "100.3.2"]