GroupId | GroupIdcom.jrummyapps |
---|---|
ArtifactId | ArtifactIdhtml-builder |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
html-builder-1.0.0.pom | |
html-builder-1.0.0.aar | 6 KB |
html-builder-1.0.0-sources.jar | 3 KB |
html-builder-1.0.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jrummyapps/html-builder/ -->
<dependency>
<groupId>com.jrummyapps</groupId>
<artifactId>html-builder</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jrummyapps/html-builder/
implementation 'com.jrummyapps:html-builder:1.0.0'
// https://jarcasting.com/artifacts/com.jrummyapps/html-builder/
implementation ("com.jrummyapps:html-builder:1.0.0")
'com.jrummyapps:html-builder:aar:1.0.0'
<dependency org="com.jrummyapps" name="html-builder" rev="1.0.0">
<artifact name="html-builder" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jrummyapps', module='html-builder', version='1.0.0')
)
libraryDependencies += "com.jrummyapps" % "html-builder" % "1.0.0"
[com.jrummyapps/html-builder "1.0.0"]