is not current version
Last Version 2.0

com.github.searls:jasmine-archetype 2.0-alpha-01

An archetype to get started with JavaScript unit testing with Jasmine.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.searls
ArtifactId

ArtifactId

jasmine-archetype
Version

Version

2.0-alpha-01
Type

Type

jar

Download jasmine-archetype 2.0-alpha-01


<!-- https://jarcasting.com/artifacts/com.github.searls/jasmine-archetype/ -->
<dependency>
    <groupId>com.github.searls</groupId>
    <artifactId>jasmine-archetype</artifactId>
    <version>2.0-alpha-01</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.searls/jasmine-archetype/
implementation 'com.github.searls:jasmine-archetype:2.0-alpha-01'
// https://jarcasting.com/artifacts/com.github.searls/jasmine-archetype/
implementation ("com.github.searls:jasmine-archetype:2.0-alpha-01")
'com.github.searls:jasmine-archetype:jar:2.0-alpha-01'
<dependency org="com.github.searls" name="jasmine-archetype" rev="2.0-alpha-01">
  <artifact name="jasmine-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.searls', module='jasmine-archetype', version='2.0-alpha-01')
)
libraryDependencies += "com.github.searls" % "jasmine-archetype" % "2.0-alpha-01"
[com.github.searls/jasmine-archetype "2.0-alpha-01"]