Categories |
CategoriesGradle Build Tools ASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.github.dzhaughnroth |
ArtifactId | ArtifactIdjasmine-gradle-plugin |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
jasmine-gradle-plugin-0.3.pom | |
jasmine-gradle-plugin-0.3.jar | 177 KB |
jasmine-gradle-plugin-0.3-sources.jar | 99 KB |
jasmine-gradle-plugin-0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/ -->
<dependency>
<groupId>com.github.dzhaughnroth</groupId>
<artifactId>jasmine-gradle-plugin</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/
implementation 'com.github.dzhaughnroth:jasmine-gradle-plugin:0.3'
// https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/
implementation ("com.github.dzhaughnroth:jasmine-gradle-plugin:0.3")
'com.github.dzhaughnroth:jasmine-gradle-plugin:jar:0.3'
<dependency org="com.github.dzhaughnroth" name="jasmine-gradle-plugin" rev="0.3">
<artifact name="jasmine-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzhaughnroth', module='jasmine-gradle-plugin', version='0.3')
)
libraryDependencies += "com.github.dzhaughnroth" % "jasmine-gradle-plugin" % "0.3"
[com.github.dzhaughnroth/jasmine-gradle-plugin "0.3"]