Skip to content

Commit

Permalink
deploy: 0f24164
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed May 6, 2024
0 parents commit 48dc780
Show file tree
Hide file tree
Showing 50 changed files with 2,562 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
20 changes: 20 additions & 0 deletions css/apache-maven-fluido-2.0.0-M8.min.css

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions css/print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

#banner,
#footer,
#leftcol,
#breadcrumbs,
.docs #toc,
.docs .courtesylinks,
#leftColumn,
#navColumn {
display: none !important;
}

#bodyColumn,
body.docs div.docs {
margin: 0 !important;
border: none !important;
}
1 change: 1 addition & 0 deletions css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* You can override this file with your own styles */
678 changes: 678 additions & 0 deletions dependencies.html

Large diffs are not rendered by default.

114 changes: 114 additions & 0 deletions dependency-info.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!DOCTYPE html>


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:dependency-info at 2024-05-06
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<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-M16" />
<title>tci-base – Dependency Information</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-2.0.0-M8.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>
</head>
<body>
<div class="container-fluid container-fluid-top">
<header>
<div id="banner">
<div class="pull-left"><div id="bannerLeft"><h1>tci-base</h1></div></div>
<div class="pull-right"></div>
<div class="clear"><hr/></div>
</div>

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-05-06<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 1.0.0</li>
<li class="pull-right"><a href="./">tci-base</a></li>
</ul>
</div>
</header>
<div class="row-fluid">
<header id="leftColumn" class="span2">
<nav class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>
<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><a href="distribution-management.html">Distribution Management</a></li>
<li><a href="index.html">About</a></li>
<li><a href="licenses.html">Licenses</a></li>
<li><a href="plugin-management.html">Plugin Management</a></li>
<li><a href="plugins.html">Plugins</a></li>
<li><a href="scm.html">Source Code Management</a></li>
<li><a href="summary.html">Summary</a></li>
<li><a href="team.html">Team</a></li>
</ul></li>
</ul>
</nav>
<div class="well sidebar-nav">
<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>
<h2>Apache Maven</h2><a id="Apache_Maven"></a>
<div class="verbatim">
<pre>&lt;dependency&gt;
&lt;groupId&gt;software.xdev&lt;/groupId&gt;
&lt;artifactId&gt;tci-base&lt;/artifactId&gt;
&lt;version&gt;1.0.0&lt;/version&gt;
&lt;/dependency&gt;</pre></div></section><section>
<h2>Apache Ivy</h2><a id="Apache_Ivy"></a>
<div class="verbatim">
<pre>&lt;dependency org=&quot;software.xdev&quot; name=&quot;tci-base&quot; rev=&quot;1.0.0&quot;&gt;
&lt;artifact name=&quot;tci-base&quot; type=&quot;jar&quot; /&gt;
&lt;/dependency&gt;</pre></div></section><section>
<h2>Groovy Grape</h2><a id="Groovy_Grape"></a>
<div class="verbatim">
<pre>@Grapes(
@Grab(group='software.xdev', module='tci-base', version='1.0.0')
)</pre></div></section><section>
<h2>Gradle/Grails</h2><a id="Gradle.2FGrails"></a>
<div class="verbatim">
<pre>implementation 'software.xdev:tci-base:1.0.0'</pre></div></section><section>
<h2>Scala SBT</h2><a id="Scala_SBT"></a>
<div class="verbatim">
<pre>libraryDependencies += &quot;software.xdev&quot; % &quot;tci-base&quot; % &quot;1.0.0&quot;</pre></div></section><section>
<h2>Leiningen</h2><a id="Leiningen"></a>
<div class="verbatim">
<pre>[software.xdev/tci-base &quot;1.0.0&quot;]</pre></div></section></section>
</main>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>© 2024
<a href="https://xdev.software">XDEV Software</a>
</p>
</div>
</div>
</footer>
<script>
if(anchors) {
anchors.add();
}
</script>
</body>
</html>
91 changes: 91 additions & 0 deletions distribution-management.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html>


<!--
| Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:distribution-management at 2024-05-06
| Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<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-M16" />
<title>tci-base – Project Distribution Management</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-2.0.0-M8.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>
</head>
<body>
<div class="container-fluid container-fluid-top">
<header>
<div id="banner">
<div class="pull-left"><div id="bannerLeft"><h1>tci-base</h1></div></div>
<div class="pull-right"></div>
<div class="clear"><hr/></div>
</div>

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-05-06<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 1.0.0</li>
<li class="pull-right"><a href="./">tci-base</a></li>
</ul>
</div>
</header>
<div class="row-fluid">
<header id="leftColumn" class="span2">
<nav class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>
<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><a href="dependency-info.html">Dependency Information</a></li>
<li class="active"><a>Distribution Management</a></li>
<li><a href="index.html">About</a></li>
<li><a href="licenses.html">Licenses</a></li>
<li><a href="plugin-management.html">Plugin Management</a></li>
<li><a href="plugins.html">Plugins</a></li>
<li><a href="scm.html">Source Code Management</a></li>
<li><a href="summary.html">Summary</a></li>
<li><a href="team.html">Team</a></li>
</ul></li>
</ul>
</nav>
<div class="well sidebar-nav">
<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>Overview</h1><a id="Overview"></a>
<p>The following is the distribution management information used by this project.</p><section>
<h2>Repository - ossrh</h2><a id="Repository_-_ossrh"></a><a class="externalLink" href="https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/">https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</a></section><section>
<h2>Snapshot Repository - ossrh</h2><a id="Snapshot_Repository_-_ossrh"></a><a class="externalLink" href="https://s01.oss.sonatype.org/content/repositories/snapshots">https://s01.oss.sonatype.org/content/repositories/snapshots</a></section></section>
</main>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>© 2024
<a href="https://xdev.software">XDEV Software</a>
</p>
</div>
</div>
</footer>
<script>
if(anchors) {
anchors.add();
}
</script>
</body>
</html>
Binary file added fonts/glyphicons-halflings-regular.eot
Binary file not shown.
Loading

0 comments on commit 48dc780

Please sign in to comment.