| Группа | Группаcom.github.veithen.daemon |
|---|---|
| Идентификатор | Идентификаторdaemon-launcher-protocol |
| Версия | Версия0.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| daemon-launcher-protocol-0.2.1.pom | |
| daemon-launcher-protocol-0.2.1.jar | 90 KB |
| daemon-launcher-protocol-0.2.1-sources.jar | 37 KB |
| daemon-launcher-protocol-0.2.1-javadoc.jar | 601 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher-protocol/ -->
<dependency>
<groupId>com.github.veithen.daemon</groupId>
<artifactId>daemon-launcher-protocol</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher-protocol/
implementation 'com.github.veithen.daemon:daemon-launcher-protocol:0.2.1'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher-protocol/
implementation ("com.github.veithen.daemon:daemon-launcher-protocol:0.2.1")
'com.github.veithen.daemon:daemon-launcher-protocol:jar:0.2.1'
<dependency org="com.github.veithen.daemon" name="daemon-launcher-protocol" rev="0.2.1">
<artifact name="daemon-launcher-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='daemon-launcher-protocol', version='0.2.1')
)
libraryDependencies += "com.github.veithen.daemon" % "daemon-launcher-protocol" % "0.2.1"
[com.github.veithen.daemon/daemon-launcher-protocol "0.2.1"]