| GroupId | GroupIdcom.panayotis |
|---|---|
| ArtifactId | ArtifactIdxmlvm |
| Version | Version1.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| xmlvm-1.0.2.pom | |
| xmlvm-1.0.2.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.panayotis/xmlvm/ -->
<dependency>
<groupId>com.panayotis</groupId>
<artifactId>xmlvm</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.panayotis/xmlvm/
implementation 'com.panayotis:xmlvm:1.0.2'
// https://jarcasting.com/artifacts/com.panayotis/xmlvm/
implementation ("com.panayotis:xmlvm:1.0.2")
'com.panayotis:xmlvm:pom:1.0.2'
<dependency org="com.panayotis" name="xmlvm" rev="1.0.2">
<artifact name="xmlvm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.panayotis', module='xmlvm', version='1.0.2')
)
libraryDependencies += "com.panayotis" % "xmlvm" % "1.0.2"
[com.panayotis/xmlvm "1.0.2"]