Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.github.searls |
ArtifactId | ArtifactIdjasmine-archetype |
Version | Version2.0-beta-01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.searls/jasmine-archetype/ -->
<dependency>
<groupId>com.github.searls</groupId>
<artifactId>jasmine-archetype</artifactId>
<version>2.0-beta-01</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.searls/jasmine-archetype/
implementation 'com.github.searls:jasmine-archetype:2.0-beta-01'
// https://jarcasting.com/artifacts/com.github.searls/jasmine-archetype/
implementation ("com.github.searls:jasmine-archetype:2.0-beta-01")
'com.github.searls:jasmine-archetype:jar:2.0-beta-01'
<dependency org="com.github.searls" name="jasmine-archetype" rev="2.0-beta-01">
<artifact name="jasmine-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.searls', module='jasmine-archetype', version='2.0-beta-01')
)
libraryDependencies += "com.github.searls" % "jasmine-archetype" % "2.0-beta-01"
[com.github.searls/jasmine-archetype "2.0-beta-01"]