GroupId | GroupIdcom.github.veithen.visualwas |
---|---|
ArtifactId | ArtifactIdsamples |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
samples-3.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.visualwas/samples/ -->
<dependency>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>samples</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.visualwas/samples/
implementation 'com.github.veithen.visualwas:samples:3.0.0'
// https://jarcasting.com/artifacts/com.github.veithen.visualwas/samples/
implementation ("com.github.veithen.visualwas:samples:3.0.0")
'com.github.veithen.visualwas:samples:pom:3.0.0'
<dependency org="com.github.veithen.visualwas" name="samples" rev="3.0.0">
<artifact name="samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.visualwas', module='samples', version='3.0.0')
)
libraryDependencies += "com.github.veithen.visualwas" % "samples" % "3.0.0"
[com.github.veithen.visualwas/samples "3.0.0"]