组织ID: |
com.github.axet |
项目ID: |
threads |
版本: |
0.0.1 |
最后修改时间: |
2019-10-24 08:42:21 |
包类型: |
jar |
标题: |
threads |
描述: |
threads java utils library |
相关URL: |
https://github.com/axet/threads |
大小: |
9.87KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>threads</artifactId>
<version>0.0.1</version>
</dependency>
|
Gradle引入代码: |
com.github.axet:threads:0.0.1
|
下载Jar包: |
|
POM文件内容: |
<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>
<groupId>com.github.axet</groupId>
<artifactId>threads</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<name>threads</name>
<description>threads java utils library</description>
<url>https://github.com/axet/threads</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE 3.0</name>
<url>http://www.gnu.org/copyleft/lesser.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/axet/threads</url>
<connection>scm:git:https://github.com/axet/threads</connection>
</scm>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<developers>
<developer>
<id>axet</id>
<name>Alexey Kuznetsov</name>
<email>axet@me.com</email>
</developer>
</developers>
<dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<configuration>
<useAgent>true</useAgent>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>deploy</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.github.axet.threads.LimitThreadPool$BlockUntilFree.class
com.github.axet.threads.LimitThreadPool$SafetyCheck.class
com.github.axet.threads.LimitThreadPool.class
com.github.axet.threads.RecursiveThreadExecutor$Job.class
com.github.axet.threads.RecursiveThreadExecutor$Task.class
com.github.axet.threads.RecursiveThreadExecutor.class
com.github.axet.threads.RecursiveThreadTasks.class
META-INF/maven/com.github.axet/threads/pom.xml
META-INF/maven/com.github.axet/threads/pom.properties
|
依赖Jar: |
|