| GroupId | GroupIdxmlmind |
|---|---|
| ArtifactId | ArtifactIdaptconvert |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| aptconvert-1.0.pom | |
| aptconvert-1.0.jar | 208 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xmlmind/aptconvert/ -->
<dependency>
<groupId>xmlmind</groupId>
<artifactId>aptconvert</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xmlmind/aptconvert/
implementation 'xmlmind:aptconvert:1.0'
// https://jarcasting.com/artifacts/xmlmind/aptconvert/
implementation ("xmlmind:aptconvert:1.0")
'xmlmind:aptconvert:jar:1.0'
<dependency org="xmlmind" name="aptconvert" rev="1.0">
<artifact name="aptconvert" type="jar" />
</dependency>
@Grapes(
@Grab(group='xmlmind', module='aptconvert', version='1.0')
)
libraryDependencies += "xmlmind" % "aptconvert" % "1.0"
[xmlmind/aptconvert "1.0"]