| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation |
|---|---|
| Группа | Группаcom.github.searls |
| Идентификатор | Идентификаторjasmine-archetype |
| Версия | Версия2.0-beta-02 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jasmine-archetype-2.0-beta-02.pom | |
| jasmine-archetype-2.0-beta-02.jar | 5 KB |
| jasmine-archetype-2.0-beta-02-sources.jar | 3 KB |
| Обзор |
<!-- 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"]