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