| License |
License |
|---|---|
| GroupId | GroupIdcom.github.terentich |
| ArtifactId | ArtifactIdmetaj |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMetaJ
The simple java library for reading manifest meta-information
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]