GroupId | GroupIdcom.github.veithen.visualwas |
---|---|
ArtifactId | ArtifactIddummy-transport |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
dummy-transport-2.1.0.pom | |
dummy-transport-2.1.0.jar | 14 KB |
dummy-transport-2.1.0-sources.jar | 11 KB |
dummy-transport-2.1.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.visualwas/dummy-transport/ -->
<dependency>
<groupId>com.github.veithen.visualwas</groupId>
<artifactId>dummy-transport</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.visualwas/dummy-transport/
implementation 'com.github.veithen.visualwas:dummy-transport:2.1.0'
// https://jarcasting.com/artifacts/com.github.veithen.visualwas/dummy-transport/
implementation ("com.github.veithen.visualwas:dummy-transport:2.1.0")
'com.github.veithen.visualwas:dummy-transport:jar:2.1.0'
<dependency org="com.github.veithen.visualwas" name="dummy-transport" rev="2.1.0">
<artifact name="dummy-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.visualwas', module='dummy-transport', version='2.1.0')
)
libraryDependencies += "com.github.veithen.visualwas" % "dummy-transport" % "2.1.0"
[com.github.veithen.visualwas/dummy-transport "2.1.0"]