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