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