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