| 组织ID: |
com.github.akurilov |
| 项目ID: |
java-commons |
| 版本: |
2.3.6 |
| 最后修改时间: |
2019-07-19 13:25:23 |
| 包类型: |
jar |
| 标题: |
java-commons |
| 描述: |
Common functionality Java library |
| 相关URL: |
https://github.com/akurilov/java-commons |
| 大小: |
224.29KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>java-commons</artifactId>
<version>2.3.6</version>
</dependency>
|
| Gradle引入代码: |
com.github.akurilov:java-commons:2.3.6
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.akurilov</groupId>
<artifactId>java-commons</artifactId>
<version>2.3.6</version>
<name>java-commons</name>
<description>Common functionality Java library</description>
<url>https://github.com/akurilov/java-commons</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/akurilov/java-commons/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>akurilov</id>
<name>Andrey Kurilov</name>
<email>akurilov123@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/akurilov/java-commons.git</connection>
<developerConnection>https://github.com/akurilov/java-commons.git</developerConnection>
<url>https://github.com/akurilov/java-commons.git</url>
</scm>
<dependencies>
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel-api</artifactId>
<version>2.2.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel-impl</artifactId>
<version>2.2.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
module-info.class
com.github.akurilov.commons.func.Function2.class
com.github.akurilov.commons.func.Function4.class
com.github.akurilov.commons.func.Function3.class
com.github.akurilov.commons.collection.TreeUtil.class
com.github.akurilov.commons.collection.Range.class
com.github.akurilov.commons.collection.CircularBuffer.class
com.github.akurilov.commons.collection.CircularArrayBuffer.class
com.github.akurilov.commons.collection.CircularArrayBuffer$ListIteratorImpl.class
com.github.akurilov.commons.collection.BoundedPriorityBlockngQueue.class
com.github.akurilov.commons.collection.InvalidRangeException.class
com.github.akurilov.commons.reflection.TypeUtil.class
com.github.akurilov.commons.system.DirectMemUtil.class
com.github.akurilov.commons.system.SizeInBytes.class
com.github.akurilov.commons.lang.Exceptions.class
com.github.akurilov.commons.io.BinInput.class
com.github.akurilov.commons.io.collection.ArrayOutput.class
com.github.akurilov.commons.io.collection.ArrayInput.class
com.github.akurilov.commons.io.collection.CircularListInput.class
com.github.akurilov.commons.io.collection.LimitedQueueBuffer.class
com.github.akurilov.commons.io.collection.BufferingInputBase.class
com.github.akurilov.commons.io.collection.ListInput.class
com.github.akurilov.commons.io.collection.ListOutput.class
com.github.akurilov.commons.io.collection.CircularListOutput.class
com.github.akurilov.commons.io.collection.CircularArrayInput.class
com.github.akurilov.commons.io.collection.IoBuffer.class
com.github.akurilov.commons.io.collection.CompositeStringInput.class
com.github.akurilov.commons.io.collection.CircularArrayOutput.class
com.github.akurilov.commons.io.util.BufferedByteChannel.class
com.github.akurilov.commons.io.util.BufferedReadableByteChannel.class
com.github.akurilov.commons.io.util.BufferedByteChannelBase.class
com.github.akurilov.commons.io.util.BufferedWritableByteChannel.class
com.github.akurilov.commons.io.util.InputStreamWrapperChannel.class
com.github.akurilov.commons.io.util.OutputStreamWrapperChannel.class
com.github.akurilov.commons.io.file.BinFileInput.class
com.github.akurilov.commons.io.file.BinFileOutput.class
com.github.akurilov.commons.io.file.FileIo.class
com.github.akurilov.commons.io.file.TextFileInput.class
com.github.akurilov.commons.io.file.FileOutput.class
com.github.akurilov.commons.io.file.FileInput.class
com.github.akurilov.commons.io.file.TextFileOutput.class
com.github.akurilov.commons.io.TextStreamOutput.class
com.github.akurilov.commons.io.ByteCountOutputStream.class
com.github.akurilov.commons.io.Input.class
com.github.akurilov.commons.io.TextStreamInput.class
com.github.akurilov.commons.io.Output.class
com.github.akurilov.commons.io.BinOutput.class
com.github.akurilov.commons.io.el.ExpressionInputImpl.class
com.github.akurilov.commons.io.el.ExpressionInput$Builder.class
com.github.akurilov.commons.io.el.SynchronousExpressionInputImpl.class
com.github.akurilov.commons.io.el.SynchronousExpressionInput.class
com.github.akurilov.commons.io.el.ExpressionInput.class
com.github.akurilov.commons.io.el.ExpressionInputBuilder.class
com.github.akurilov.commons.math.Random.class
com.github.akurilov.commons.math.MathUtil.class
com.github.akurilov.commons.concurrent.Initializable.class
com.github.akurilov.commons.concurrent.throttle.Throttle.class
com.github.akurilov.commons.concurrent.throttle.SequentialWeightsThrottle.class
com.github.akurilov.commons.concurrent.throttle.IndexThrottle.class
com.github.akurilov.commons.concurrent.throttle.RateThrottle.class
com.github.akurilov.commons.concurrent.DaemonBase.class
com.github.akurilov.commons.concurrent.AsyncRunnable.class
com.github.akurilov.commons.concurrent.ContextAwareThreadFactory.class
com.github.akurilov.commons.concurrent.AsyncRunnable$State.class
com.github.akurilov.commons.concurrent.AnyNotNullSharedFutureTaskBase.class
com.github.akurilov.commons.concurrent.AsyncRunnableBase.class
com.github.akurilov.commons.concurrent.ContextAwareThreadFactory$ContextAwareThread.class
com.github.akurilov.commons.concurrent.ThreadUtil.class
com.github.akurilov.commons.concurrent.InitRunnable.class
com.github.akurilov.commons.concurrent.InitCallable.class
com.github.akurilov.commons.net.FixedPortRmiSocketFactory.class
com.github.akurilov.commons.net.ssl.X509TrustAllManager.class
com.github.akurilov.commons.net.ssl.SslContext.class
com.github.akurilov.commons.net.NetUtil.class
javax.el.ArrayELResolver.class
javax.el.BeanELResolver$1.class
javax.el.BeanELResolver$BeanProperties.class
javax.el.BeanELResolver$BeanProperty.class
javax.el.BeanELResolver.class
javax.el.CompositeELResolver$1.class
javax.el.CompositeELResolver.class
javax.el.ELContext.class
javax.el.ELContextEvent.class
javax.el.ELContextListener.class
javax.el.ELException.class
javax.el.ELResolver.class
javax.el.Expression.class
javax.el.ExpressionFactory.class
javax.el.FunctionMapper.class
javax.el.ListELResolver.class
javax.el.MapELResolver$1.class
javax.el.MapELResolver.class
javax.el.MethodExpression.class
javax.el.MethodInfo.class
javax.el.MethodNotFoundException.class
javax.el.PropertyNotFoundException.class
javax.el.PropertyNotWritableException.class
javax.el.ResourceBundleELResolver$1.class
javax.el.ResourceBundleELResolver.class
javax.el.ValueExpression.class
javax.el.ValueReference.class
javax.el.VariableMapper.class
OSGI-INF/services.xml
de.odysseus.el.ExpressionFactoryImpl$Profile.class
de.odysseus.el.ExpressionFactoryImpl.class
de.odysseus.el.ObjectValueExpression.class
de.odysseus.el.TreeMethodExpression.class
de.odysseus.el.TreeValueExpression.class
de.odysseus.el.misc.BooleanOperations.class
de.odysseus.el.misc.LocalMessages.class
de/odysseus/el/misc/LocalStrings.properties
de.odysseus.el.misc.NumberOperations.class
de.odysseus.el.misc.TypeConverter.class
de.odysseus.el.misc.TypeConverterImpl.class
de.odysseus.el.tree.Bindings$1.class
de.odysseus.el.tree.Bindings$MethodWrapper.class
de.odysseus.el.tree.Bindings.class
de.odysseus.el.tree.ExpressionNode.class
de.odysseus.el.tree.FunctionNode.class
de.odysseus.el.tree.IdentifierNode.class
de.odysseus.el.tree.Node.class
de.odysseus.el.tree.NodePrinter.class
de.odysseus.el.tree.Tree.class
de.odysseus.el.tree.TreeBuilder.class
de.odysseus.el.tree.TreeBuilderException.class
de.odysseus.el.tree.TreeCache.class
de.odysseus.el.tree.TreeStore.class
de.odysseus.el.tree.impl.Builder$1.class
de.odysseus.el.tree.impl.Builder$Feature.class
de.odysseus.el.tree.impl.Builder.class
de.odysseus.el.tree.impl.Cache.class
de.odysseus.el.tree.impl.Parser$1.class
de.odysseus.el.tree.impl.Parser$ExtensionHandler.class
de.odysseus.el.tree.impl.Parser$ExtensionPoint.class
de.odysseus.el.tree.impl.Parser$LookaheadToken.class
de.odysseus.el.tree.impl.Parser$ParseException.class
de.odysseus.el.tree.impl.Parser.class
de.odysseus.el.tree.impl.Scanner$ExtensionToken.class
de.odysseus.el.tree.impl.Scanner$ScanException.class
de.odysseus.el.tree.impl.Scanner$Symbol.class
de.odysseus.el.tree.impl.Scanner$Token.class
de.odysseus.el.tree.impl.Scanner.class
de.odysseus.el.tree.impl.ast.AstBinary$1.class
de.odysseus.el.tree.impl.ast.AstBinary$10.class
de.odysseus.el.tree.impl.ast.AstBinary$11.class
de.odysseus.el.tree.impl.ast.AstBinary$12.class
de.odysseus.el.tree.impl.ast.AstBinary$13.class
de.odysseus.el.tree.impl.ast.AstBinary$2.class
de.odysseus.el.tree.impl.ast.AstBinary$3.class
de.odysseus.el.tree.impl.ast.AstBinary$4.class
de.odysseus.el.tree.impl.ast.AstBinary$5.class
de.odysseus.el.tree.impl.ast.AstBinary$6.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
juel-api-2.2.7.jar
/de.odysseus.juel/juel-api/2.2.7
查看juel-api所有版本文件
juel-impl-2.2.7.jar
/de.odysseus.juel/juel-impl/2.2.7
查看juel-impl所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|