| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.refcodes |
| Идентификатор | Идентификаторrefcodes-runtime |
| Версия | Версия2.2.0 |
| Тип | Типjar |
| Описание |
Описаниеorg.refcodes:refcodes-runtime
Artifact for providing runtime information on software systems and
objects (introspection, reflection, meta-programming).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| refcodes-runtime-2.2.0.pom | |
| refcodes-runtime-2.2.0.jar | 51 KB |
| refcodes-runtime-2.2.0-tests.jar | 14 KB |
| refcodes-runtime-2.2.0-test-sources.jar | 12 KB |
| refcodes-runtime-2.2.0-sources.jar | 51 KB |
| refcodes-runtime-2.2.0-javadoc.jar | 525 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-runtime/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-runtime</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-runtime/
implementation 'org.refcodes:refcodes-runtime:2.2.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-runtime/
implementation ("org.refcodes:refcodes-runtime:2.2.0")
'org.refcodes:refcodes-runtime:jar:2.2.0'
<dependency org="org.refcodes" name="refcodes-runtime" rev="2.2.0">
<artifact name="refcodes-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-runtime', version='2.2.0')
)
libraryDependencies += "org.refcodes" % "refcodes-runtime" % "2.2.0"
[org.refcodes/refcodes-runtime "2.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.refcodes : refcodes-data | jar | 2.2.0 |
| org.refcodes : refcodes-exception | jar | 2.2.0 |
| org.refcodes : refcodes-generator | jar | 2.2.0 |
| org.refcodes : refcodes-struct | jar | 2.2.0 |
| org.fusesource.jansi : jansi | jar | 2.3.2 |
| org.refcodes : refcodes-licensing | jar | 2.2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |