is not current version
Last Version 0.5

com.github.davidmoten:dummy 0.4.2

Dummy project required for release process in travis

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

dummy
Version

Version

0.4.2
Type

Type

pom

Download dummy 0.4.2

Filename Size
dummy-0.4.2.pom 799 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.github.davidmoten/dummy/ -->
<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>dummy</artifactId>
    <version>0.4.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/dummy/
implementation 'com.github.davidmoten:dummy:0.4.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/dummy/
implementation ("com.github.davidmoten:dummy:0.4.2")
'com.github.davidmoten:dummy:pom:0.4.2'
<dependency org="com.github.davidmoten" name="dummy" rev="0.4.2">
  <artifact name="dummy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='dummy', version='0.4.2')
)
libraryDependencies += "com.github.davidmoten" % "dummy" % "0.4.2"
[com.github.davidmoten/dummy "0.4.2"]