GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdimage-type |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
image-type-0.1.4.pom | |
image-type-0.1.4.jar | 3 KB |
image-type-0.1.4-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/image-type/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>image-type</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/image-type/
implementation 'org.webjars:image-type:0.1.4'
// https://jarcasting.com/artifacts/org.webjars/image-type/
implementation ("org.webjars:image-type:0.1.4")
'org.webjars:image-type:jar:0.1.4'
<dependency org="org.webjars" name="image-type" rev="0.1.4">
<artifact name="image-type" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='image-type', version='0.1.4')
)
libraryDependencies += "org.webjars" % "image-type" % "0.1.4"
[org.webjars/image-type "0.1.4"]