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