You can download commons-javaflow-null.jar in this page.
Apache License
commons-javaflow-null.jar file has the following types.
META-INF/LICENSE.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt META-INF/maven/org.apache.commons/commons-javaflow/pom.properties META-INF/maven/org.apache.commons/commons-javaflow/pom.xml org.apache.commons.javaflow.Continuation.class org.apache.commons.javaflow.ContinuationClassLoader.class org.apache.commons.javaflow.ContinuationDeath.class org.apache.commons.javaflow.ant.AntRewriteTask.class org.apache.commons.javaflow.bytecode.BytecodeClassLoader.class org.apache.commons.javaflow.bytecode.Continuable.class org.apache.commons.javaflow.bytecode.EmptyStackException.class org.apache.commons.javaflow.bytecode.Stack.class org.apache.commons.javaflow.bytecode.StackRecorder.class org.apache.commons.javaflow.bytecode.transformation.NopResourceTransformer.class org.apache.commons.javaflow.bytecode.transformation.ResourceTransformer.class org.apache.commons.javaflow.bytecode.transformation.asm.AsmClassTransformer.class org.apache.commons.javaflow.bytecode.transformation.asm.ContinuationClassAdapter.class org.apache.commons.javaflow.bytecode.transformation.asm.ContinuationMethodAdapter.class org.apache.commons.javaflow.bytecode.transformation.asm.ContinuationMethodAnalyzer.class org.apache.commons.javaflow.bytecode.transformation.asm.MonitoringFrame.class org.apache.commons.javaflow.stores.JavaflowResourceStore.class org.apache.commons.javaflow.stores.TransformingResourceStore.class org.apache.commons.javaflow.utils.CompositeTransformer.class org.apache.commons.javaflow.utils.ReflectionUtils.class org.apache.commons.javaflow.utils.RewritingUtils.class
commons-javaflow-null.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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>org.apache.commons</groupId> <artifactId>commons-sandbox-parent</artifactId> <version>9</version> </parent> <groupId>com.google.code.maven-play-plugin.org.apache.commons</groupId> <artifactId>commons-javaflow</artifactId> <version>1590792</version> <name>Apache Commons Javaflow (Sandbox)</name> <url>http://commons.apache.org/sandbox/javaflow/</url> <inceptionYear>2004</inceptionYear> <developers> <developer> <id>tcurdt</id> <name>Torsten Curdt</name> <email>tcurdt at apache.org</email> </developer> <developer> <id>kohsuke</id> <name>Kohsuke Kawaguchi</name> <email>kohsuke at apache.org</email> </developer> </developers> <contributors> <contributor> <name>Eugene Kuleshov</name> <email>eu at javatx.org</email> </contributor> <contributor> <name>Valery Silaev</name> <email>vsilaev at gmail.com</email> </contributor> <contributor> <name>Marc Bridner</name> <email>marc at bridner.com</email> </contributor> </contributors> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/</developerConnection> <url>http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/</url> </scm> <distributionManagement> <site> <id>website</id> <url>scpexe://people.apache.org/www/commons.apache.org/sandbox/javaflow/</url> </site> </distributionManagement> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.3</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jci-core</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> <version>${asm.version}</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> <version>${asm.version}</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-commons</artifactId> <version>${asm.version}</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> <version>${asm.version}</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> <version>${asm.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.7.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> <dependency> <groupId>junit-addons</groupId> <artifactId>junit-addons</artifactId> <version>1.4</version> <scope>test</scope> </dependency> </dependencies> <properties> <maven.compile.source>1.6</maven.compile.source> <maven.compile.target>1.6</maven.compile.target> <commons.componentid>javaflow</commons.componentid> <commons.jira.componentid>12311186</commons.jira.componentid> <asm.version>5.0.2</asm.version> </properties> <build> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/AsmTestSuite.java</include> </includes> <excludes> <exclude>**/Abstract*</exclude> </excludes> <testFailureIgnore>true</testFailureIgnore> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.google.code.maven-play-plugin.org.apache.commons</groupId> <artifactId>commons-javaflow</artifactId> <version>null</version> </dependency>
If you think the following commons-javaflow-null.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download commons-javaflow-null.jar file