GroupId | GroupIdcom.github.martinpaljak |
---|---|
ArtifactId | ArtifactIdmetacard |
Version | Version19.10.01 |
Type | Typepom |
Filename | Size |
---|---|
metacard-19.10.01.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/metacard/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>metacard</artifactId>
<version>19.10.01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/metacard/
implementation 'com.github.martinpaljak:metacard:19.10.01'
// https://jarcasting.com/artifacts/com.github.martinpaljak/metacard/
implementation ("com.github.martinpaljak:metacard:19.10.01")
'com.github.martinpaljak:metacard:pom:19.10.01'
<dependency org="com.github.martinpaljak" name="metacard" rev="19.10.01">
<artifact name="metacard" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='metacard', version='19.10.01')
)
libraryDependencies += "com.github.martinpaljak" % "metacard" % "19.10.01"
[com.github.martinpaljak/metacard "19.10.01"]