| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.enesusta |
| Идентификатор | Идентификаторjloader |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjloader
Jloader is general purposes library that uses Java class loader
mechanism
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jloader-1.0.0.pom | |
| jloader-1.0.0.jar | 4 KB |
| jloader-1.0.0-sources.jar | 2 KB |
| jloader-1.0.0-javadoc.jar | 397 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.enesusta/jloader/ -->
<dependency>
<groupId>com.github.enesusta</groupId>
<artifactId>jloader</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.enesusta/jloader/
implementation 'com.github.enesusta:jloader:1.0.0'
// https://jarcasting.com/artifacts/com.github.enesusta/jloader/
implementation ("com.github.enesusta:jloader:1.0.0")
'com.github.enesusta:jloader:jar:1.0.0'
<dependency org="com.github.enesusta" name="jloader" rev="1.0.0">
<artifact name="jloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.enesusta', module='jloader', version='1.0.0')
)
libraryDependencies += "com.github.enesusta" % "jloader" % "1.0.0"
[com.github.enesusta/jloader "1.0.0"]