Skip to content

Commit

Permalink
deploy: adcdd1c
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Jun 28, 2024
1 parent bb48fa2 commit 5e747b7
Show file tree
Hide file tree
Showing 14 changed files with 2,259 additions and 822 deletions.

Large diffs are not rendered by default.

2,150 changes: 1,751 additions & 399 deletions dependencies.html

Large diffs are not rendered by default.

33 changes: 16 additions & 17 deletions dependency-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M18 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:dependency-info at 2024-06-03
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.6.1:dependency-info at 2024-06-28
| Rendered using Apache Maven Fluido Skin 2.0.0-M9
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M18" />
<title>vaadin-maps-leaflet-flow – Dependency Information</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-2.0.0-M8.min.css" />
<meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M19" />
<title>Maven Coordinates – vaadin-maps-leaflet-flow</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-2.0.0-M9.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script src="./js/apache-maven-fluido-2.0.0-M8.min.js"></script>
<script src="./js/apache-maven-fluido-2.0.0-M9.min.js"></script>
</head>
<body>
<div class="container-fluid container-fluid-top">
Expand All @@ -27,9 +27,9 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-06-03<span class="divider">|</span>
<li id="publishDate">Last Published: 2024-06-28<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 4.2.1</li>
<li id="projectVersion">Version: 4.3.0</li>
<li class="pull-right"><a href="./">vaadin-maps-leaflet-flow</a></li>
</ul>
</div>
Expand All @@ -42,7 +42,7 @@
<li><a href="project-info.html"><span class="icon-chevron-down"></span>Project Information</a>
<ul class="nav nav-list">
<li><a href="dependencies.html">Dependencies</a></li>
<li class="active"><a>Dependency Information</a></li>
<li class="active"><a>Maven Coordinates</a></li>
<li><a href="dependency-management.html">Dependency Management</a></li>
<li><a href="distribution-management.html">Distribution Management</a></li>
<li><a href="index.html">About</a></li>
Expand All @@ -59,34 +59,33 @@
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="https://maven.apache.org/" class="builtBy" target="_blank"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
</div>
</div>
</header>
<main id="bodyColumn" class="span10">
<section>
<h1>Dependency Information</h1><a id="Dependency_Information"></a><section>
<h1>Maven Coordinates</h1><a id="Maven_Coordinates"></a><section>
<h2>Apache Maven</h2><a id="Apache_Maven"></a>
<pre>&lt;dependency&gt;
&lt;groupId&gt;software.xdev&lt;/groupId&gt;
&lt;artifactId&gt;vaadin-maps-leaflet-flow&lt;/artifactId&gt;
&lt;version&gt;4.2.1&lt;/version&gt;
&lt;version&gt;4.3.0&lt;/version&gt;
&lt;/dependency&gt;</pre></section><section>
<h2>Apache Ivy</h2><a id="Apache_Ivy"></a>
<pre>&lt;dependency org=&quot;software.xdev&quot; name=&quot;vaadin-maps-leaflet-flow&quot; rev=&quot;4.2.1&quot;&gt;
<pre>&lt;dependency org=&quot;software.xdev&quot; name=&quot;vaadin-maps-leaflet-flow&quot; rev=&quot;4.3.0&quot;&gt;
&lt;artifact name=&quot;vaadin-maps-leaflet-flow&quot; type=&quot;jar&quot; /&gt;
&lt;/dependency&gt;</pre></section><section>
<h2>Groovy Grape</h2><a id="Groovy_Grape"></a>
<pre>@Grapes(
@Grab(group='software.xdev', module='vaadin-maps-leaflet-flow', version='4.2.1')
@Grab(group='software.xdev', module='vaadin-maps-leaflet-flow', version='4.3.0')
)</pre></section><section>
<h2>Gradle/Grails</h2><a id="Gradle.2FGrails"></a>
<pre>implementation 'software.xdev:vaadin-maps-leaflet-flow:4.2.1'</pre></section><section>
<pre>implementation 'software.xdev:vaadin-maps-leaflet-flow:4.3.0'</pre></section><section>
<h2>Scala SBT</h2><a id="Scala_SBT"></a>
<pre>libraryDependencies += &quot;software.xdev&quot; % &quot;vaadin-maps-leaflet-flow&quot; % &quot;4.2.1&quot;</pre></section><section>
<pre>libraryDependencies += &quot;software.xdev&quot; % &quot;vaadin-maps-leaflet-flow&quot; % &quot;4.3.0&quot;</pre></section><section>
<h2>Leiningen</h2><a id="Leiningen"></a>
<pre>[software.xdev/vaadin-maps-leaflet-flow &quot;4.2.1&quot;]</pre></section></section>
<pre>[software.xdev/vaadin-maps-leaflet-flow &quot;4.3.0&quot;]</pre></section></section>
</main>
</div>
</div>
Expand Down
Loading

0 comments on commit 5e747b7

Please # to comment.