You can download dandelion-core-0.10.1.jar in this page.
Open Source
dandelion-core-0.10.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.dandelion/dandelion-core/pom.properties META-INF/maven/com.github.dandelion/dandelion-core/pom.xml META-INF/services/com.github.dandelion.core.asset.locator.spi.AssetLocator META-INF/services/com.github.dandelion.core.asset.processor.spi.AssetProcessor com.github.dandelion.core.Beta.class com.github.dandelion.core.Context.class com.github.dandelion.core.DandelionException.class com.github.dandelion.core.DandelionMode.class com.github.dandelion.core.asset.Asset.class com.github.dandelion.core.asset.AssetDomPosition.class com.github.dandelion.core.asset.AssetMapper.class com.github.dandelion.core.asset.AssetQuery.class com.github.dandelion.core.asset.AssetType.class com.github.dandelion.core.asset.AssetUtils.class com.github.dandelion.core.asset.cache.AssetCacheManager.class com.github.dandelion.core.asset.cache.impl.ConcurrentLruCache.class com.github.dandelion.core.asset.cache.impl.MemoryAssetCache.class com.github.dandelion.core.asset.cache.spi.AbstractAssetCache.class com.github.dandelion.core.asset.cache.spi.AssetCache.class com.github.dandelion.core.asset.locator.Servlet2Compatible.class com.github.dandelion.core.asset.locator.Servlet3Compatible.class com.github.dandelion.core.asset.locator.impl.CdnLocator.class com.github.dandelion.core.asset.locator.impl.ClasspathLocator.class com.github.dandelion.core.asset.locator.impl.DelegateLocator.class com.github.dandelion.core.asset.locator.impl.DelegatedContent.class com.github.dandelion.core.asset.locator.impl.JarLocator.class com.github.dandelion.core.asset.locator.impl.JarServlet2Locator.class com.github.dandelion.core.asset.locator.impl.WebappLocator.class com.github.dandelion.core.asset.locator.spi.AbstractAssetLocator.class com.github.dandelion.core.asset.locator.spi.AssetLocator.class com.github.dandelion.core.asset.processor.AssetProcessorManager.class com.github.dandelion.core.asset.processor.CompatibleAssetType.class com.github.dandelion.core.asset.processor.ProcessingContext.class com.github.dandelion.core.asset.processor.impl.CssMinProcessor.class com.github.dandelion.core.asset.processor.impl.CssUrlRewritingProcessor.class com.github.dandelion.core.asset.processor.impl.JsMinProcessor.class com.github.dandelion.core.asset.processor.spi.AbstractAssetProcessor.class com.github.dandelion.core.asset.processor.spi.AssetProcessor.class com.github.dandelion.core.asset.processor.support.CssUrlRewriter.class com.github.dandelion.core.asset.processor.vendor.CssCompressor.class com.github.dandelion.core.asset.processor.vendor.JSMin.class com.github.dandelion.core.bundle.loader.impl.DandelionBundleLoader.class com.github.dandelion.core.bundle.loader.impl.VendorBundleLoader.class com.github.dandelion.core.bundle.loader.spi.AbstractBundleLoader.class com.github.dandelion.core.bundle.loader.spi.BundleLoader.class com.github.dandelion.core.config.Configuration.class com.github.dandelion.core.config.ConfigurationLoader.class com.github.dandelion.core.config.DandelionConfig.class com.github.dandelion.core.config.StandardConfigurationLoader.class com.github.dandelion.core.html.HtmlTag.class com.github.dandelion.core.html.LinkTag.class com.github.dandelion.core.html.ScriptTag.class com.github.dandelion.core.jmx.DandelionRuntime.class com.github.dandelion.core.jmx.DandelionRuntimeMBean.class com.github.dandelion.core.monitoring.GraphViewer.class com.github.dandelion.core.storage.AssetStorageUnit.class com.github.dandelion.core.storage.BundleCycleDetector.class com.github.dandelion.core.storage.BundleDag.class com.github.dandelion.core.storage.BundleStorage.class com.github.dandelion.core.storage.BundleStorageUnit.class com.github.dandelion.core.storage.TopologicalSorter.class com.github.dandelion.core.utils.ClassUtils.class com.github.dandelion.core.utils.EnumUtils.class com.github.dandelion.core.utils.HtmlUtils.class com.github.dandelion.core.utils.LibraryDetector.class com.github.dandelion.core.utils.PathUtils.class com.github.dandelion.core.utils.PropertiesUtils.class com.github.dandelion.core.utils.ReaderInputStream.class com.github.dandelion.core.utils.ResourceScanner.class com.github.dandelion.core.utils.ResourceUtils.class com.github.dandelion.core.utils.Sha1Utils.class com.github.dandelion.core.utils.StringBuilderUtils.class com.github.dandelion.core.utils.StringUtils.class com.github.dandelion.core.utils.UTF8Control.class com.github.dandelion.core.utils.UrlUtils.class com.github.dandelion.core.utils.WriterOutputStream.class com.github.dandelion.core.web.AssetRequestContext.class com.github.dandelion.core.web.ByteArrayResponseWrapper.class com.github.dandelion.core.web.DandelionFilter.class com.github.dandelion.core.web.DandelionServlet.class com.github.dandelion.core.web.HttpHeader.class com.github.dandelion.core.web.HttpHeadersConfigurer.class com.github.dandelion.core.web.WebConstants.class dandelion/internal/graphViewer/graphViewer.html
dandelion-core-0.10.1.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>dandelion</artifactId> <groupId>com.github.dandelion</groupId> <version>0.10.1</version> </parent> <artifactId>dandelion-core</artifactId> <packaging>jar</packaging> <name>Dandelion :: Core</name> <description>Dandelion Core module providing all APIs and standard implementations.</description> <dependencies> <!-- Servlet API --> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> </dependency> <!-- Jackson --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <!-- Test --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> <!-- AssertJ --> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.github.dandelion</groupId> <artifactId>dandelion-core</artifactId> <version>0.10.1</version> </dependency>
If you think the following dandelion-core-0.10.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download dandelion-core-0.10.1.jar file