GroupId | GroupIdcom.google.common.html.types |
---|---|
ArtifactId | ArtifactIdtypes |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
types-1.0.5.pom | |
types-1.0.5.jar | 103 KB |
types-1.0.5-sources.jar | 81 KB |
types-1.0.5-javadoc.jar | 335 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.common.html.types/types/ -->
<dependency>
<groupId>com.google.common.html.types</groupId>
<artifactId>types</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.common.html.types/types/
implementation 'com.google.common.html.types:types:1.0.5'
// https://jarcasting.com/artifacts/com.google.common.html.types/types/
implementation ("com.google.common.html.types:types:1.0.5")
'com.google.common.html.types:types:jar:1.0.5'
<dependency org="com.google.common.html.types" name="types" rev="1.0.5">
<artifact name="types" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.common.html.types', module='types', version='1.0.5')
)
libraryDependencies += "com.google.common.html.types" % "types" % "1.0.5"
[com.google.common.html.types/types "1.0.5"]