| Категории |
КатегорииPython Языки программирования |
|---|---|
| Группа | Группаorg.noear |
| Идентификатор | Идентификаторluffy.executor.s.python |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| luffy.executor.s.python-1.0.pom | |
| luffy.executor.s.python-1.0.jar | 10 MB |
| luffy.executor.s.python-1.0-sources.jar | 4 KB |
| luffy.executor.s.python-1.0-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.noear/luffy.executor.s.python/ -->
<dependency>
<groupId>org.noear</groupId>
<artifactId>luffy.executor.s.python</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear/luffy.executor.s.python/
implementation 'org.noear:luffy.executor.s.python:1.0'
// https://jarcasting.com/artifacts/org.noear/luffy.executor.s.python/
implementation ("org.noear:luffy.executor.s.python:1.0")
'org.noear:luffy.executor.s.python:jar:1.0'
<dependency org="org.noear" name="luffy.executor.s.python" rev="1.0">
<artifact name="luffy.executor.s.python" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='luffy.executor.s.python', version='1.0')
)
libraryDependencies += "org.noear" % "luffy.executor.s.python" % "1.0"
[org.noear/luffy.executor.s.python "1.0"]