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