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