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