组织ID: |
org.apache.servicemix.bundles |
项目ID: |
org.apache.servicemix.bundles.hamcrest |
版本: |
1.3_1 |
最后修改时间: |
2018-07-27 17:19:00 |
包类型: |
jar |
标题: |
Apache ServiceMix :: Bundles :: ${pkgArtifactId} |
描述: |
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. |
大小: |
304.78KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.hamcrest</artifactId>
<version>1.3_1</version>
</dependency>
|
Gradle引入代码: |
org.apache.servicemix.bundles:org.apache.servicemix.bundles.hamcrest:1.3_1
|
下载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>10</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.hamcrest</artifactId>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<version>1.3_1</version>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.hamcrest-1.3_1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.hamcrest-1.3_1</developerConnection>
<url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.hamcrest-1.3_1</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>1.3</pkgVersion>
<servicemix.osgi.import.pkg>javax.xml*,
org.w3c.dom,
org.xml.sax*,
junit*;resolution:=optional,
org.apache.tools.ant*;resolution:=optional,
org.easymock;resolution:=optional,
org.jmock.core;resolution:=optional</servicemix.osgi.import.pkg>
<servicemix.osgi.export.pkg>org.hamcrest</servicemix.osgi.export.pkg>
<pkgArtifactId>hamcrest-all</pkgArtifactId>
<pkgGroupId>org.hamcrest</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.hamcrest/pom.properties
META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.hamcrest/pom.xml
OSGI-INF/bundle.info
org.hamcrest.BaseDescription.class
org.hamcrest.BaseMatcher.class
org.hamcrest.Condition$1.class
org.hamcrest.Condition$Matched.class
org.hamcrest.Condition$NotMatched.class
org.hamcrest.Condition$Step.class
org.hamcrest.Condition.class
org.hamcrest.CoreMatchers.class
org.hamcrest.CustomMatcher.class
org.hamcrest.CustomTypeSafeMatcher.class
org.hamcrest.Description$NullDescription.class
org.hamcrest.Description.class
org.hamcrest.DiagnosingMatcher.class
org.hamcrest.EasyMock2Matchers.class
org.hamcrest.Factory.class
org.hamcrest.FeatureMatcher.class
org.hamcrest.JMock1Matchers.class
org.hamcrest.JavaLangMatcherAssert.class
org.hamcrest.Matcher.class
org.hamcrest.MatcherAssert.class
org.hamcrest.Matchers.class
org.hamcrest.SelfDescribing.class
org.hamcrest.StringDescription.class
org.hamcrest.TypeSafeDiagnosingMatcher.class
org.hamcrest.TypeSafeMatcher.class
org.hamcrest.beans.HasProperty.class
org.hamcrest.beans.HasPropertyWithValue$1.class
org.hamcrest.beans.HasPropertyWithValue$2.class
org.hamcrest.beans.HasPropertyWithValue.class
org.hamcrest.beans.PropertyUtil.class
org.hamcrest.beans.SamePropertyValuesAs$PropertyMatcher.class
org.hamcrest.beans.SamePropertyValuesAs.class
org.hamcrest.collection.IsArray.class
org.hamcrest.collection.IsArrayContaining.class
org.hamcrest.collection.IsArrayContainingInAnyOrder.class
org.hamcrest.collection.IsArrayContainingInOrder.class
org.hamcrest.collection.IsArrayWithSize.class
org.hamcrest.collection.IsCollectionWithSize.class
org.hamcrest.collection.IsEmptyCollection.class
org.hamcrest.collection.IsEmptyIterable.class
org.hamcrest.collection.IsIn.class
org.hamcrest.collection.IsIterableContainingInAnyOrder$Matching.class
org.hamcrest.collection.IsIterableContainingInAnyOrder.class
org.hamcrest.collection.IsIterableContainingInOrder$MatchSeries.class
org.hamcrest.collection.IsIterableContainingInOrder.class
org.hamcrest.collection.IsIterableWithSize.class
org.hamcrest.collection.IsMapContaining.class
org.hamcrest.core.AllOf.class
org.hamcrest.core.AnyOf.class
org.hamcrest.core.CombinableMatcher$CombinableBothMatcher.class
org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher.class
org.hamcrest.core.CombinableMatcher.class
org.hamcrest.core.DescribedAs.class
org.hamcrest.core.Every.class
org.hamcrest.core.Is.class
org.hamcrest.core.IsAnything.class
org.hamcrest.core.IsCollectionContaining.class
org.hamcrest.core.IsEqual.class
org.hamcrest.core.IsInstanceOf.class
org.hamcrest.core.IsNot.class
org.hamcrest.core.IsNull.class
org.hamcrest.core.IsSame.class
org.hamcrest.core.ShortcutCombination.class
org.hamcrest.core.StringContains.class
org.hamcrest.core.StringEndsWith.class
org.hamcrest.core.StringStartsWith.class
org.hamcrest.core.SubstringMatcher.class
org.hamcrest.generator.EasyMock2FactoryWriter.class
org.hamcrest.generator.FactoryMethod$Parameter.class
org.hamcrest.generator.FactoryMethod.class
org.hamcrest.generator.FactoryWriter.class
org.hamcrest.generator.HamcrestFactoryWriter.class
org.hamcrest.generator.QDox.class
org.hamcrest.generator.QDoxFactoryReader$1.class
org.hamcrest.generator.QDoxFactoryReader.class
org.hamcrest.generator.QuickReferenceWriter.class
org.hamcrest.generator.ReflectiveFactoryReader$1.class
org.hamcrest.generator.ReflectiveFactoryReader.class
org.hamcrest.generator.SugarConfiguration.class
org.hamcrest.generator.SugarGenerator.class
org.hamcrest.generator.config.XmlConfigurator$1.class
org.hamcrest.generator.config.XmlConfigurator.class
org.hamcrest.generator.qdox.DefaultJavaClassCache.class
org.hamcrest.generator.qdox.JavaClassContext.class
org.hamcrest.generator.qdox.JavaDocBuilder$1.class
org.hamcrest.generator.qdox.JavaDocBuilder$2.class
org.hamcrest.generator.qdox.JavaDocBuilder$DefaultErrorHandler.class
org.hamcrest.generator.qdox.JavaDocBuilder$ErrorHandler.class
org.hamcrest.generator.qdox.JavaDocBuilder.class
org.hamcrest.generator.qdox.Searcher.class
org.hamcrest.generator.qdox.ant.AbstractQdoxTask.class
org.hamcrest.generator.qdox.directorywalker.DirectoryScanner$1.class
org.hamcrest.generator.qdox.directorywalker.DirectoryScanner.class
org.hamcrest.generator.qdox.directorywalker.FileVisitor.class
org.hamcrest.generator.qdox.directorywalker.Filter.class
org.hamcrest.generator.qdox.directorywalker.SuffixFilter.class
org.hamcrest.generator.qdox.junit.APITestCase$1.class
org.hamcrest.generator.qdox.junit.APITestCase.class
org.hamcrest.generator.qdox.model.AbstractBaseJavaEntity.class
org.hamcrest.generator.qdox.model.AbstractInheritableJavaEntity.class
org.hamcrest.generator.qdox.model.AbstractJavaEntity.class
org.hamcrest.generator.qdox.model.Annotation.class
org.hamcrest.generator.qdox.model.BeanProperty.class
org.hamcrest.generator.qdox.model.ClassLibrary.class
org.hamcrest.generator.qdox.model.DefaultDocletTag.class
org.hamcrest.generator.qdox.model.DefaultDocletTagFactory.class
org.hamcrest.generator.qdox.model.DocletTag.class
org.hamcrest.generator.qdox.model.DocletTagFactory.class
org.hamcrest.generator.qdox.model.IndentBuffer.class
org.hamcrest.generator.qdox.model.JavaClass.class
org.hamcrest.generator.qdox.model.JavaClassCache.class
org.hamcrest.generator.qdox.model.JavaClassParent.class
org.hamcrest.generator.qdox.model.JavaField.class
org.hamcrest.generator.qdox.model.JavaMethod.class
org.hamcrest.generator.qdox.model.JavaMethodDelegate.class
org.hamcrest.generator.qdox.model.JavaPackage.class
org.hamcrest.generator.qdox.model.JavaParameter.class
org.hamcrest.generator.qdox.model.JavaSource.class
org.hamcrest.generator.qdox.model.Member.class
org.hamcrest.generator.qdox.model.ModelBuilder$1.class
org.hamcrest.generator.qdox.model.ModelBuilder.class
org.hamcrest.generator.qdox.model.Type.class
org.hamcrest.generator.qdox.model.TypeVariable.class
org.hamcrest.generator.qdox.model.WildcardType.class
org.hamcrest.generator.qdox.model.annotation.AnnotationAdd.class
org.hamcrest.generator.qdox.model.annotation.AnnotationAnd.class
org.hamcrest.generator.qdox.model.annotation.AnnotationBinaryOperator.class
org.hamcrest.generator.qdox.model.annotation.AnnotationCast.class
org.hamcrest.generator.qdox.model.annotation.AnnotationConstant.class
org.hamcrest.generator.qdox.model.annotation.AnnotationDivide.class
org.hamcrest.generator.qdox.model.annotation.AnnotationEquals.class
org.hamcrest.generator.qdox.model.annotation.AnnotationExclusiveOr.class
org.hamcrest.generator.qdox.model.annotation.AnnotationFieldRef.class
org.hamcrest.generator.qdox.model.annotation.AnnotationGreaterEquals.class
org.hamcrest.generator.qdox.model.annotation.AnnotationGreaterThan.class
org.hamcrest.generator.qdox.model.annotation.AnnotationLessEquals.class
org.hamcrest.generator.qdox.model.annotation.AnnotationLessThan.class
org.hamcrest.generator.qdox.model.annotation.AnnotationLogicalAnd.class
org.hamcrest.generator.qdox.model.annotation.AnnotationLogicalNot.class
org.hamcrest.generator.qdox.model.annotation.AnnotationLogicalOr.class
org.hamcrest.generator.qdox.model.annotation.AnnotationMinusSign.class
org.hamcrest.generator.qdox.model.annotation.AnnotationMultiply.class
org.hamcrest.generator.qdox.model.annotation.AnnotationNot.class
org.hamcrest.generator.qdox.model.annotation.AnnotationNotEquals.class
org.hamcrest.generator.qdox.model.annotation.AnnotationOr.class
org.hamcrest.generator.qdox.model.annotation.AnnotationParenExpression.class
org.hamcrest.generator.qdox.model.annotation.AnnotationPlusSign.class
org.hamcrest.generator.qdox.model.annotation.AnnotationQuery.class
org.hamcrest.generator.qdox.model.annotation.AnnotationRemainder.class
org.hamcrest.generator.qdox.model.annotation.AnnotationShiftLeft.class
org.hamcrest.generator.qdox.model.annotation.AnnotationShiftRight.class
org.hamcrest.generator.qdox.model.annotation.AnnotationSubtract.class
org.hamcrest.generator.qdox.model.annotation.AnnotationTypeRef.class
org.hamcrest.generator.qdox.model.annotation.AnnotationUnaryOperator.class
org.hamcrest.generator.qdox.model.annotation.AnnotationUnsignedShiftRight.class
org.hamcrest.generator.qdox.model.annotation.AnnotationValue.class
org.hamcrest.generator.qdox.model.annotation.AnnotationValueList.class
org.hamcrest.generator.qdox.model.annotation.AnnotationVisitor.class
org.hamcrest.generator.qdox.model.annotation.EvaluatingVisitor.class
org.hamcrest.generator.qdox.model.annotation.RecursiveAnnotationVisitor.class
org.hamcrest.generator.qdox.model.util.OrderedMap$Entry.class
org.hamcrest.generator.qdox.model.util.OrderedMap$OrderedSet.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|