Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdeu.michael-simons |
ArtifactId | ArtifactIdjava-oembed |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
java-oembed-0.6.2.pom | |
java-oembed-0.6.2.jar | 23 KB |
java-oembed-0.6.2-sources.jar | 21 KB |
java-oembed-0.6.2-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.michael-simons/java-oembed/ -->
<dependency>
<groupId>eu.michael-simons</groupId>
<artifactId>java-oembed</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.michael-simons/java-oembed/
implementation 'eu.michael-simons:java-oembed:0.6.2'
// https://jarcasting.com/artifacts/eu.michael-simons/java-oembed/
implementation ("eu.michael-simons:java-oembed:0.6.2")
'eu.michael-simons:java-oembed:jar:0.6.2'
<dependency org="eu.michael-simons" name="java-oembed" rev="0.6.2">
<artifact name="java-oembed" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.michael-simons', module='java-oembed', version='0.6.2')
)
libraryDependencies += "eu.michael-simons" % "java-oembed" % "0.6.2"
[eu.michael-simons/java-oembed "0.6.2"]