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