Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.clintarmstrong |
ArtifactId | ArtifactIdTextSpritzer |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
TextSpritzer-1.0.3.pom | |
TextSpritzer-1.0.3.aar | 17 KB |
TextSpritzer-1.0.3-sources.jar | 10 KB |
TextSpritzer-1.0.3-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.clintarmstrong/TextSpritzer/ -->
<dependency>
<groupId>net.clintarmstrong</groupId>
<artifactId>TextSpritzer</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.clintarmstrong/TextSpritzer/
implementation 'net.clintarmstrong:TextSpritzer:1.0.3'
// https://jarcasting.com/artifacts/net.clintarmstrong/TextSpritzer/
implementation ("net.clintarmstrong:TextSpritzer:1.0.3")
'net.clintarmstrong:TextSpritzer:aar:1.0.3'
<dependency org="net.clintarmstrong" name="TextSpritzer" rev="1.0.3">
<artifact name="TextSpritzer" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.clintarmstrong', module='TextSpritzer', version='1.0.3')
)
libraryDependencies += "net.clintarmstrong" % "TextSpritzer" % "1.0.3"
[net.clintarmstrong/TextSpritzer "1.0.3"]