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