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