| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation |
|---|---|
| Группа | Группаorg.ow2.jasmine |
| Идентификатор | Идентификаторdeployme-impl |
| Версия | Версия1.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| deployme-impl-1.0.3.pom | |
| deployme-impl-1.0.3.jar | 30 KB |
| deployme-impl-1.0.3-sources.jar | 22 KB |
| deployme-impl-1.0.3-javadoc.jar | 89 KB |
| deployme-impl-1.0.3-jar-with-dependencies.jar | 4 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.jasmine/deployme-impl/ -->
<dependency>
<groupId>org.ow2.jasmine</groupId>
<artifactId>deployme-impl</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jasmine/deployme-impl/
implementation 'org.ow2.jasmine:deployme-impl:1.0.3'
// https://jarcasting.com/artifacts/org.ow2.jasmine/deployme-impl/
implementation ("org.ow2.jasmine:deployme-impl:1.0.3")
'org.ow2.jasmine:deployme-impl:jar:1.0.3'
<dependency org="org.ow2.jasmine" name="deployme-impl" rev="1.0.3">
<artifact name="deployme-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jasmine', module='deployme-impl', version='1.0.3')
)
libraryDependencies += "org.ow2.jasmine" % "deployme-impl" % "1.0.3"
[org.ow2.jasmine/deployme-impl "1.0.3"]