License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.bartoszlipinski |
ArtifactId | ArtifactIdxmltag |
Version | Version1.1.3 |
Type | Typeaar |
Description |
Descriptionxmltag
The easiest way to simplify custom View tags in Android layout xmls.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xmltag-1.1.3.pom | |
xmltag-1.1.3.aar | 2 KB |
xmltag-1.1.3-sources.jar | 1 KB |
xmltag-1.1.3-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bartoszlipinski/xmltag/ -->
<dependency>
<groupId>com.bartoszlipinski</groupId>
<artifactId>xmltag</artifactId>
<version>1.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bartoszlipinski/xmltag/
implementation 'com.bartoszlipinski:xmltag:1.1.3'
// https://jarcasting.com/artifacts/com.bartoszlipinski/xmltag/
implementation ("com.bartoszlipinski:xmltag:1.1.3")
'com.bartoszlipinski:xmltag:aar:1.1.3'
<dependency org="com.bartoszlipinski" name="xmltag" rev="1.1.3">
<artifact name="xmltag" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bartoszlipinski', module='xmltag', version='1.1.3')
)
libraryDependencies += "com.bartoszlipinski" % "xmltag" % "1.1.3"
[com.bartoszlipinski/xmltag "1.1.3"]