组织ID: |
com.sun.istack |
项目ID: |
istack-commons-runtime |
版本: |
3.0.8 |
最后修改时间: |
2019-01-15 10:52:47 |
包类型: |
jar |
标题: |
istack common utility code runtime |
大小: |
26.52KB |
|
Maven引入代码: |
<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
<version>3.0.8</version>
</dependency>
|
Gradle引入代码: |
com.sun.istack:istack-commons-runtime:3.0.8
|
下载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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons</artifactId>
<version>3.0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>istack-commons-runtime</artifactId>
<name>istack common utility code runtime</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
<profiles>
<profile>
<id>jdk9-setup</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
</execution>
<execution>
<id>base-compile</id>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<source>1.7</source>
<target>1.7</target>
<excludes>
<exclude>module-info.java</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
.gitkeep
META-INF/LICENSE.md
META-INF/NOTICE.md
module-info.class
com.sun.istack.logging.Logger.class
com.sun.istack.NotNull.class
com.sun.istack.localization.LocalizableMessageFactory$ResourceBundleSupplier.class
com.sun.istack.localization.LocalizableMessageFactory.class
com.sun.istack.localization.Localizable.class
com.sun.istack.localization.NullLocalizable.class
com.sun.istack.localization.Localizer.class
com.sun.istack.localization.LocalizableMessage.class
com.sun.istack.XMLStreamException2.class
com.sun.istack.Builder.class
com.sun.istack.FragmentContentHandler.class
com.sun.istack.FinalArrayList.class
com.sun.istack.SAXException2.class
com.sun.istack.XMLStreamReaderToContentHandler$1.class
com.sun.istack.XMLStreamReaderToContentHandler.class
com.sun.istack.Nullable.class
com.sun.istack.Pool$Impl.class
com.sun.istack.Pool.class
com.sun.istack.ByteArrayDataSource.class
com.sun.istack.SAXParseException2.class
com.sun.istack.Interned.class
META-INF/maven/com.sun.istack/istack-commons-runtime/pom.xml
META-INF/maven/com.sun.istack/istack-commons-runtime/pom.properties
|
依赖Jar: |
|