| License | License | 
|---|---|
| GroupId | GroupIdcom.vladsch.flexmark | 
| ArtifactId | ArtifactIdflexmark-ext-youtube-embedded | 
| Last Version | Last Version0.64.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJava re-implementation of commonmark-java based parser, with AST reflecting source elements, full source position tracking, greater parser extensibility. | 
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-youtube-embedded/ -->
<dependency>
    <groupId>com.vladsch.flexmark</groupId>
    <artifactId>flexmark-ext-youtube-embedded</artifactId>
    <version>0.64.0</version>
</dependency>// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-youtube-embedded/
implementation 'com.vladsch.flexmark:flexmark-ext-youtube-embedded:0.64.0'// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-youtube-embedded/
implementation ("com.vladsch.flexmark:flexmark-ext-youtube-embedded:0.64.0")'com.vladsch.flexmark:flexmark-ext-youtube-embedded:jar:0.64.0'<dependency org="com.vladsch.flexmark" name="flexmark-ext-youtube-embedded" rev="0.64.0">
  <artifact name="flexmark-ext-youtube-embedded" type="jar" />
</dependency>@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-ext-youtube-embedded', version='0.64.0')
)libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-youtube-embedded" % "0.64.0"[com.vladsch.flexmark/flexmark-ext-youtube-embedded "0.64.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.vladsch.flexmark : flexmark | jar | 0.64.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.vladsch.flexmark : flexmark-test-util | jar | 0.64.0 | 
| com.vladsch.flexmark : flexmark-core-test | jar | 0.64.0 |