Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.github.akiellor.jasmine |
ArtifactId | ArtifactIdjasmine-core |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
jasmine-core-0.0.10.pom | |
jasmine-core-0.0.10.jar | 32 KB |
jasmine-core-0.0.10-sources.jar | 27 KB |
jasmine-core-0.0.10-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akiellor.jasmine/jasmine-core/ -->
<dependency>
<groupId>com.github.akiellor.jasmine</groupId>
<artifactId>jasmine-core</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiellor.jasmine/jasmine-core/
implementation 'com.github.akiellor.jasmine:jasmine-core:0.0.10'
// https://jarcasting.com/artifacts/com.github.akiellor.jasmine/jasmine-core/
implementation ("com.github.akiellor.jasmine:jasmine-core:0.0.10")
'com.github.akiellor.jasmine:jasmine-core:jar:0.0.10'
<dependency org="com.github.akiellor.jasmine" name="jasmine-core" rev="0.0.10">
<artifact name="jasmine-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akiellor.jasmine', module='jasmine-core', version='0.0.10')
)
libraryDependencies += "com.github.akiellor.jasmine" % "jasmine-core" % "0.0.10"
[com.github.akiellor.jasmine/jasmine-core "0.0.10"]