License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.vertispan.j2cl |
ArtifactId | ArtifactIdjunit-async |
Last Version | Last Version0.10.0-3c97afeac |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJ2CL is a powerful, simple and lightweight transpiler from Java to Closure style JavaScript.
The project is designed, implemented, and maintained by the J2CL team at Google.
This distribution is slightly modified from the original and packaged for Maven Central by Vertispan LLC.
The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced
by our packaging are not incorrectly blamed on the upstream Google repository.
|
<!-- https://jarcasting.com/artifacts/com.vertispan.j2cl/junit-async/ -->
<dependency>
<groupId>com.vertispan.j2cl</groupId>
<artifactId>junit-async</artifactId>
<version>0.10.0-3c97afeac</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vertispan.j2cl/junit-async/
implementation 'com.vertispan.j2cl:junit-async:0.10.0-3c97afeac'
// https://jarcasting.com/artifacts/com.vertispan.j2cl/junit-async/
implementation ("com.vertispan.j2cl:junit-async:0.10.0-3c97afeac")
'com.vertispan.j2cl:junit-async:pom:0.10.0-3c97afeac'
<dependency org="com.vertispan.j2cl" name="junit-async" rev="0.10.0-3c97afeac">
<artifact name="junit-async" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vertispan.j2cl', module='junit-async', version='0.10.0-3c97afeac')
)
libraryDependencies += "com.vertispan.j2cl" % "junit-async" % "0.10.0-3c97afeac"
[com.vertispan.j2cl/junit-async "0.10.0-3c97afeac"]