组织ID: |
org.apache.servicemix.bundles |
项目ID: |
org.apache.servicemix.bundles.oro |
版本: |
2.0.8_4 |
最后修改时间: |
2019-05-27 11:35:04 |
包类型: |
jar |
标题: |
Apache ServiceMix :: Bundles :: ${pkgArtifactId} |
描述: |
This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. |
大小: |
69.78KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.oro</artifactId>
<version>2.0.8_4</version>
</dependency>
|
Gradle引入代码: |
org.apache.servicemix.bundles:org.apache.servicemix.bundles.oro:2.0.8_4
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>bundles-pom</artifactId>
<groupId>org.apache.servicemix.bundles</groupId>
<version>4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.oro</artifactId>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<version>2.0.8_4</version>
<description>This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.oro-2.0.8_4</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.oro-2.0.8_4</developerConnection>
<url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.oro-2.0.8_4</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>${pkgGroupId}:${pkgArtifactId}</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
<excludes>
<exclude>**</exclude>
</excludes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<createDependencyReducedPom>true</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>
<pkgVersion>2.0.8</pkgVersion>
<servicemix.osgi.import.pkg>!org.apache.oro*,
*</servicemix.osgi.import.pkg>
<servicemix.osgi.export.pkg>org.apache.oro</servicemix.osgi.export.pkg>
<pkgArtifactId>oro</pkgArtifactId>
<pkgGroupId>oro</pkgGroupId>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.oro/pom.properties
META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.oro/pom.xml
org.apache.oro.io.AwkFilenameFilter.class
org.apache.oro.io.GlobFilenameFilter.class
org.apache.oro.io.Perl5FilenameFilter.class
org.apache.oro.io.RegexFilenameFilter.class
org.apache.oro.text.DefaultMatchAction.class
org.apache.oro.text.GenericPatternCache.class
org.apache.oro.text.GlobCompiler.class
org.apache.oro.text.MalformedCachePatternException.class
org.apache.oro.text.MatchAction.class
org.apache.oro.text.MatchActionInfo.class
org.apache.oro.text.MatchActionProcessor.class
org.apache.oro.text.PatternCache.class
org.apache.oro.text.PatternCacheFIFO.class
org.apache.oro.text.PatternCacheFIFO2.class
org.apache.oro.text.PatternCacheLRU.class
org.apache.oro.text.PatternCacheRandom.class
org.apache.oro.text.awk.AwkCompiler.class
org.apache.oro.text.awk.AwkMatchResult.class
org.apache.oro.text.awk.AwkMatcher.class
org.apache.oro.text.awk.AwkPattern.class
org.apache.oro.text.awk.AwkStreamInput.class
org.apache.oro.text.awk.CatNode.class
org.apache.oro.text.awk.CharacterClassNode.class
org.apache.oro.text.awk.DFAState.class
org.apache.oro.text.awk.EpsilonNode.class
org.apache.oro.text.awk.LeafNode.class
org.apache.oro.text.awk.NegativeCharacterClassNode.class
org.apache.oro.text.awk.OrNode.class
org.apache.oro.text.awk.PlusNode.class
org.apache.oro.text.awk.QuestionNode.class
org.apache.oro.text.awk.StarNode.class
org.apache.oro.text.awk.SyntaxNode.class
org.apache.oro.text.awk.SyntaxTree.class
org.apache.oro.text.awk.TokenNode.class
org.apache.oro.text.perl.MalformedPerl5PatternException.class
org.apache.oro.text.perl.ParsedSubstitutionEntry.class
org.apache.oro.text.perl.Perl5Util.class
org.apache.oro.text.regex.CharStringPointer.class
org.apache.oro.text.regex.MalformedPatternException.class
org.apache.oro.text.regex.MatchResult.class
org.apache.oro.text.regex.OpCode.class
org.apache.oro.text.regex.Pattern.class
org.apache.oro.text.regex.PatternCompiler.class
org.apache.oro.text.regex.PatternMatcher.class
org.apache.oro.text.regex.PatternMatcherInput.class
org.apache.oro.text.regex.Perl5Compiler.class
org.apache.oro.text.regex.Perl5Debug.class
org.apache.oro.text.regex.Perl5MatchResult.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|