GroupId | GroupIdcom.github.veithen.visualwas |
---|---|
ArtifactId | ArtifactIdsamples |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
samples-2.2.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>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.visualwas/samples/
implementation 'com.github.veithen.visualwas:samples:2.2.0'
// https://jarcasting.com/artifacts/com.github.veithen.visualwas/samples/
implementation ("com.github.veithen.visualwas:samples:2.2.0")
'com.github.veithen.visualwas:samples:pom:2.2.0'
<dependency org="com.github.veithen.visualwas" name="samples" rev="2.2.0">
<artifact name="samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.visualwas', module='samples', version='2.2.0')
)
libraryDependencies += "com.github.veithen.visualwas" % "samples" % "2.2.0"
[com.github.veithen.visualwas/samples "2.2.0"]