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