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