is not current version
Last Version 2.0

com.github.searls:jasmine-archetype 1.3.1.5

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

1.3.1.5
Type

Type

jar

Download jasmine-archetype 1.3.1.5


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