| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.terentich |
| Идентификатор | Идентификаторmetaj |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMetaJ
The simple java library for reading manifest meta-information
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| metaj-0.0.1.pom | |
| metaj-0.0.1.jar | 7 KB |
| metaj-0.0.1-sources.jar | 3 KB |
| metaj-0.0.1-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.terentich/metaj/ -->
<dependency>
<groupId>com.github.terentich</groupId>
<artifactId>metaj</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.terentich/metaj/
implementation 'com.github.terentich:metaj:0.0.1'
// https://jarcasting.com/artifacts/com.github.terentich/metaj/
implementation ("com.github.terentich:metaj:0.0.1")
'com.github.terentich:metaj:jar:0.0.1'
<dependency org="com.github.terentich" name="metaj" rev="0.0.1">
<artifact name="metaj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.terentich', module='metaj', version='0.0.1')
)
libraryDependencies += "com.github.terentich" % "metaj" % "0.0.1"
[com.github.terentich/metaj "0.0.1"]