License |
License
MIT
|
---|---|
GroupId | GroupIdcom.github.martinpaljak |
ArtifactId | ArtifactIdmetacard |
Last Version | Last Version22.01.04 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMartin's Java(Card) projects
Parent project for Java(Card) projects
|
Filename | Size |
---|---|
metacard-22.01.04.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/metacard/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>metacard</artifactId>
<version>22.01.04</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/metacard/
implementation 'com.github.martinpaljak:metacard:22.01.04'
// https://jarcasting.com/artifacts/com.github.martinpaljak/metacard/
implementation ("com.github.martinpaljak:metacard:22.01.04")
'com.github.martinpaljak:metacard:pom:22.01.04'
<dependency org="com.github.martinpaljak" name="metacard" rev="22.01.04">
<artifact name="metacard" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='metacard', version='22.01.04')
)
libraryDependencies += "com.github.martinpaljak" % "metacard" % "22.01.04"
[com.github.martinpaljak/metacard "22.01.04"]