| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.enjektor |
| Идентификатор | Идентификаторenjektor-core |
| Версия | Версия0.0.4.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеEnjektor is an application framework and inversion of control container for the Java platform.
|
| Имя Файла | Размер |
|---|---|
| enjektor-core-0.0.4.RELEASE.pom | |
| enjektor-core-0.0.4.RELEASE.jar | 9 KB |
| enjektor-core-0.0.4.RELEASE-sources.jar | 6 KB |
| enjektor-core-0.0.4.RELEASE-javadoc.jar | 427 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.enjektor/enjektor-core/ -->
<dependency>
<groupId>com.github.enjektor</groupId>
<artifactId>enjektor-core</artifactId>
<version>0.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.enjektor/enjektor-core/
implementation 'com.github.enjektor:enjektor-core:0.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.github.enjektor/enjektor-core/
implementation ("com.github.enjektor:enjektor-core:0.0.4.RELEASE")
'com.github.enjektor:enjektor-core:jar:0.0.4.RELEASE'
<dependency org="com.github.enjektor" name="enjektor-core" rev="0.0.4.RELEASE">
<artifact name="enjektor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.enjektor', module='enjektor-core', version='0.0.4.RELEASE')
)
libraryDependencies += "com.github.enjektor" % "enjektor-core" % "0.0.4.RELEASE"
[com.github.enjektor/enjektor-core "0.0.4.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.reflections : reflections | jar | 0.9.11 |
| net.sf.trove4j : trove4j | jar | 3.0.3 |