w

wes-test

This module provides templates to test client-side and server-side bridges
Files download
File Operation
wes-test-0.2.1.jar download
wes-test-0.2.1.pom download
wes-test-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.flowersinthesand</groupId>
  <artifactId>wes-test</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.flowersinthesand:wes-test:0.2.1'
Gradle Kotlin
implementation("io.github.flowersinthesand:wes-test:0.2.1")
Scala SBT
libraryDependencies += "io.github.flowersinthesand" % "wes-test" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.flowersinthesand', module='wes-test', version='0.2.1')
)
Apache Ivy
<dependency org="io.github.flowersinthesand" name="wes-test" rev="0.2.1" />
Leiningen
[io.github.flowersinthesand/wes-test "0.2.1"]
Apache Buildr
'io.github.flowersinthesand:wes-test:jar:0.2.1'